Update puppet-stdlib

stdlib was pinned to 4.16.0 in https://review.openstack.org/#/c/460490/
because of a problem with ensure_resource(). The but seems to
be fixed and p-o-i is pinned to 4.18.0 so let's use the same
version.

Change-Id: I90d07de30f9b6fdab5fb7d084eb78ec47a221f09
This commit is contained in:
Alfredo Moralejo 2017-08-24 10:46:46 +02:00
parent d036314055
commit f34daad029
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ mod 'ssh',
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
:ref => '4.16.0'
:ref => '4.18.0'
mod 'sysctl',
:git => 'https://github.com/duritong/puppet-sysctl',