Skip to content

Commit 4def820

Browse files
committed
Pin module to Puppet 4.X
Current codebase simply doesn't work with Puppet5. Fixing it is out of scope for a modulesync.
1 parent 78aec17 commit 4def820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ else
7272
gem 'facter', :require => false, :groups => [:test]
7373
end
7474

75-
ENV['PUPPET_VERSION'].nil? ? puppetversion = '~> 5.0' : puppetversion = ENV['PUPPET_VERSION'].to_s
75+
ENV['PUPPET_VERSION'].nil? ? puppetversion = '~> 4.0' : puppetversion = ENV['PUPPET_VERSION'].to_s
7676
gem 'puppet', puppetversion, :require => false, :groups => [:test]
7777

7878
# vim: syntax=ruby

0 commit comments

Comments
 (0)