From 48c365fe2168aaca00e482c00e88b94c4c166459 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 9 Jun 2016 17:32:43 +0200 Subject: git subrepo clone https://leap.se/git/puppet_haproxy puppet/modules/haproxy subrepo: subdir: "puppet/modules/haproxy" merged: "af322a7" upstream: origin: "https://leap.se/git/puppet_haproxy" branch: "master" commit: "af322a7" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "cb2995b" --- puppet/modules/haproxy/.gemfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 puppet/modules/haproxy/.gemfile (limited to 'puppet/modules/haproxy/.gemfile') diff --git a/puppet/modules/haproxy/.gemfile b/puppet/modules/haproxy/.gemfile new file mode 100644 index 00000000..9aad840c --- /dev/null +++ b/puppet/modules/haproxy/.gemfile @@ -0,0 +1,5 @@ +source :rubygems + +puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7'] +gem 'puppet', puppetversion +gem 'puppetlabs_spec_helper', '>= 0.1.0' -- cgit v1.2.3