Pin rabbit, apache, and mysql fixtures to major versions
Previously, unit tests were using master for testing. This commit changes them to use the newly created major version branches. This allows us to backport bug fixes while we wait for upstream to stabilize. Change-Id: Iabff71d44e0bd9067b4c9c63b6801a086e3daccc
This commit is contained in:
@@ -9,13 +9,17 @@ fixtures:
|
||||
'quantum': 'git://github.com/stackforge/puppet-quantum'
|
||||
'ceilometer' : 'git://github.com/stackforge/puppet-ceilometer'
|
||||
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
|
||||
"apache": "git://github.com/puppetlabs/puppetlabs-apache.git"
|
||||
"apache":
|
||||
repo: "git://github.com/puppetlabs/puppetlabs-apache.git"
|
||||
ref: 'origin/0.x'
|
||||
"concat": "git://github.com/ripienaar/puppet-concat.git"
|
||||
"firewall": "git://github.com/puppetlabs/puppetlabs-firewall.git"
|
||||
"mysql": "git://github.com/puppetlabs/puppetlabs-mysql.git"
|
||||
"mysql":
|
||||
repo: "git://github.com/puppetlabs/puppetlabs-mysql.git"
|
||||
ref: "origin/0.x"
|
||||
"rabbitmq":
|
||||
repo: "git://github.com/puppetlabs/puppetlabs-rabbitmq"
|
||||
ref: 43a000b95b13c62e4fbea14e31bc61929bda1b23
|
||||
ref: "origin/2.x"
|
||||
'memcached': 'git://github.com/saz/puppet-memcached'
|
||||
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
|
||||
"sysctl": "git://github.com/duritong/puppet-sysctl.git"
|
||||
|
Reference in New Issue
Block a user