From c26a96e7ed9b0def928f330f175dece4a87d97a9 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Thu, 9 Jul 2015 11:50:35 +0200 Subject: [PATCH] puppetfile: Bump puppetlabs-inifile module to 1.4.x Puppetlabs just released the 1.4.0 version of inifile module, this version include the fix (MODULES-1599: Match only on space and tab whitespace after k/v separator). This patch is related to https://review.openstack.org/#/c/195003/ Change-Id: I9fcd5823b70dacbe1e41737f05d52a175481d57d --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 82b8521db..e3c7c218b 100644 --- a/Puppetfile +++ b/Puppetfile @@ -112,7 +112,7 @@ mod 'firewall', mod 'inifile', :git => 'https://github.com/puppetlabs/puppetlabs-inifile', - :branch => '1.3.x' + :branch => '1.4.x' mod 'memcached', :git => 'https://github.com/saz/puppet-memcached',