Skip to content

Commit

Permalink
Pin stdlib Puppet module to the last known good commit
Browse files Browse the repository at this point in the history
puppetlabs/puppetlabs-stdlib@4f19c27
seems to have broken the ensure_resource() stdlib function for us.
Pinning to the last known good commit until a permanent fix is found.

Change-Id: Ic072350bc5961e4e65bf74a33ed42ccbdba9e98f
  • Loading branch information
javierpena committed Apr 27, 2017
1 parent 1f69afa commit 473e31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ mod 'ssh',

mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
:ref => 'master'
:ref => 'f15cc31041cb902d0025f1e35d9403956ad2fc79'

mod 'sysctl',
:git => 'https://github.com/duritong/puppet-sysctl',
Expand Down

0 comments on commit 473e31e

Please sign in to comment.