Skip to content

Commit

Permalink
bump Puppet from 3.8.5 to 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 11, 2016
1 parent dc17de9 commit aedaa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moduleroot/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
gem 'facter', :require => false, :groups => [:test]
end
ENV['PUPPET_VERSION'].nil? ? puppetversion = '3.8.5' : puppetversion = ENV['PUPPET_VERSION'].to_s
ENV['PUPPET_VERSION'].nil? ? puppetversion = '3.8.6' : puppetversion = ENV['PUPPET_VERSION'].to_s
gem 'puppet', puppetversion, :require => false, :groups => [:test]
# vim:ft=ruby

1 comment on commit aedaa3f

@dhoppe
Copy link
Member

@dhoppe dhoppe commented on aedaa3f Mar 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bad idea, because there is no gem for Puppet 3.8.6. But I agree with @rnelson0 instead of increasing the version constantly.

Please sign in to comment.