From a12f4bfc89edbcdd61f9983b78df1fdf88e6cb0e Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 24 Jul 2013 14:39:08 -0700 Subject: [PATCH] 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 --- .fixtures.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 2d49aca..67e0f55 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -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"