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
This commit is contained in:
Sebastien Badia 2015-07-09 11:50:35 +02:00
parent ec2457a301
commit c26a96e7ed

View File

@ -112,7 +112,7 @@ mod 'firewall',
mod 'inifile', mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile', :git => 'https://github.com/puppetlabs/puppetlabs-inifile',
:branch => '1.3.x' :branch => '1.4.x'
mod 'memcached', mod 'memcached',
:git => 'https://github.com/saz/puppet-memcached', :git => 'https://github.com/saz/puppet-memcached',