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
1 changed files with 17 additions and 17 deletions

View File

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