From f34daad029eb7f2775d2cde654d564ff211c0067 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Thu, 24 Aug 2017 10:46:46 +0200 Subject: [PATCH] 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 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 98499aa02..34a3fb0a6 100755 --- a/Puppetfile +++ b/Puppetfile @@ -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',