Synchronize Puppetfile constraints with puppet-openstack-integration

Puppet OpenStack Integration keeps their Puppetfile up to date with
constraints updates.
Let's pin to known tags instead of relying (and breaking) on master.

Change-Id: Id4fe72cae2d0fe475f40e03484ae5110acce3309
This commit is contained in:
David Moreau-Simard 2017-05-01 17:14:46 -04:00
parent 412d03dca6
commit 6858defaa5

View File

@ -66,6 +66,10 @@ mod 'oslo',
:git => 'https://github.com/openstack/puppet-oslo', :git => 'https://github.com/openstack/puppet-oslo',
:ref => 'master' :ref => 'master'
mod 'panko',
:git => 'https://github.com/openstack/puppet-panko',
:ref => 'master'
mod 'sahara', mod 'sahara',
:git => 'https://github.com/openstack/puppet-sahara', :git => 'https://github.com/openstack/puppet-sahara',
:ref => 'master' :ref => 'master'
@ -90,7 +94,7 @@ mod 'vswitch',
mod 'apache', mod 'apache',
:git => 'https://github.com/puppetlabs/puppetlabs-apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache',
:ref => 'master' :ref => '1.11.0'
mod 'certmonger', mod 'certmonger',
:git => 'https://github.com/rcritten/puppet-certmonger', :git => 'https://github.com/rcritten/puppet-certmonger',
@ -98,39 +102,35 @@ mod 'certmonger',
mod 'concat', mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat',
:ref => 'master' :ref => '3.0.0'
mod 'firewall', mod 'firewall',
:git => 'https://github.com/puppetlabs/puppetlabs-firewall', :git => 'https://github.com/puppetlabs/puppetlabs-firewall',
:ref => 'master' :ref => '1.8.2'
mod 'inifile', mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile', :git => 'https://github.com/puppetlabs/puppetlabs-inifile',
:ref => 'master' :ref => '1.6.0'
mod 'memcached', mod 'memcached',
:git => 'https://github.com/saz/puppet-memcached', :git => 'https://github.com/saz/puppet-memcached',
:ref => 'master' :ref => 'v3.0.1'
mod 'mongodb', mod 'mongodb',
:git => 'https://github.com/puppetlabs/puppetlabs-mongodb', :git => 'https://github.com/puppetlabs/puppetlabs-mongodb',
:ref => 'master' :ref => '0.17.0'
mod 'mysql', mod 'mysql',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql', :git => 'https://github.com/puppetlabs/puppetlabs-mysql',
:ref => 'master' :ref => '3.10.0'
mod 'nssdb', mod 'nssdb',
:git => 'https://github.com/rcritten/puppet-nssdb', :git => 'https://github.com/rcritten/puppet-nssdb',
:ref => 'master' :ref => 'master'
mod 'panko',
:git => 'https://github.com/openstack/puppet-panko',
:ref => 'master'
mod 'rabbitmq', mod 'rabbitmq',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq', :git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq',
:ref => 'master' :ref => '5.6.0'
mod 'redis', mod 'redis',
:git => 'https://github.com/arioch/puppet-redis', :git => 'https://github.com/arioch/puppet-redis',
@ -142,7 +142,7 @@ mod 'remote',
mod 'rsync', mod 'rsync',
:git => 'https://github.com/puppetlabs/puppetlabs-rsync', :git => 'https://github.com/puppetlabs/puppetlabs-rsync',
:ref => 'master' :ref => '0.4.0'
mod 'ssh', mod 'ssh',
:git => 'https://github.com/saz/puppet-ssh', :git => 'https://github.com/saz/puppet-ssh',
@ -150,17 +150,17 @@ mod 'ssh',
mod 'stdlib', mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib', :git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
:ref => 'f15cc31041cb902d0025f1e35d9403956ad2fc79' :ref => '4.16.0'
mod 'sysctl', mod 'sysctl',
:git => 'https://github.com/duritong/puppet-sysctl', :git => 'https://github.com/duritong/puppet-sysctl',
:ref => 'master' :ref => 'v0.0.11'
mod 'vcsrepo', mod 'vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo', :git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
:ref => 'master' :ref => '1.5.0'
mod 'xinetd', mod 'xinetd',
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd', :git => 'https://github.com/puppetlabs/puppetlabs-xinetd',
:ref => 'master' :ref => '2.0.0'