From 0fbcf9281834e3f6333b77a80e6b89ae28023dfb Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 11 Dec 2015 14:53:04 -0500 Subject: [PATCH] Update Puppetfile to latest releases / branches To stay updated to Puppet upstream work, this patch updates all dependencies to the latest releases or branches that are available on Github. It contains updates for: - apache: from 1.4.x to 1.7.x - apt: from 2.1.x to 2.2.x - dns: from 3.0.0 to 3.1.0 - firewall: from 1.6.x to 1.7.x - postgresql: from 4.4.x to 4.6.x - python: 1.9.4 to 1.10.0 - rabbitmq: 5.2.3 to 5.3.1 - stdlib: 4.6.x to 4.9.x With that patch, all Puppet OpenStack modules will be unit & functionaly tested with the new dependencies versions. Change-Id: Ifa464b2c45e7b1d4260ad2c8cac19a6447b257e8 --- Puppetfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Puppetfile b/Puppetfile index 1451b1a60..f69cc78fb 100644 --- a/Puppetfile +++ b/Puppetfile @@ -112,11 +112,11 @@ mod 'zaqar', mod 'apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache', - :branch => '1.4.x' + :branch => '1.7.x' mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt', - :branch => '2.1.x' + :branch => '2.2.x' mod 'concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat', @@ -128,11 +128,11 @@ mod 'corosync', mod 'dns', :git => 'https://github.com/theforeman/puppet-dns', - :tag => '3.0.0' + :tag => '3.1.0' mod 'firewall', :git => 'https://github.com/puppetlabs/puppetlabs-firewall', - :branch => '1.6.x' + :branch => '1.7.x' mod 'inifile', :git => 'https://github.com/puppetlabs/puppetlabs-inifile', @@ -152,7 +152,7 @@ mod 'mysql', mod 'postgresql', :git => 'https://github.com/puppetlabs/puppetlabs-postgresql', - :branch => '4.4.x' + :branch => '4.6.x' mod 'powerdns', :git => 'https://github.com/antonlindstrom/puppet-powerdns', @@ -160,7 +160,7 @@ mod 'powerdns', mod 'python', :git => 'https://github.com/stankevich/puppet-python', - :tag => '1.9.4' + :tag => '1.10.0' mod 'qpid', :git => 'https://github.com/dprince/puppet-qpid', @@ -168,7 +168,7 @@ mod 'qpid', mod 'rabbitmq', :git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq', - :tag => '5.2.3' + :tag => '5.3.1' mod 'rsync', :git => 'https://github.com/puppetlabs/puppetlabs-rsync', @@ -180,7 +180,7 @@ mod 'staging', mod 'stdlib', :git => 'https://github.com/puppetlabs/puppetlabs-stdlib', - :branch => '4.6.x' + :branch => '4.9.x' mod 'sysctl', :git => 'https://github.com/duritong/puppet-sysctl',