From 2aec81aed98d103bc228d00ec65a85f1f0ed0ef8 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 2 Jan 2013 13:32:43 -0800 Subject: [PATCH] add apache as a spec test dep horizon now requires the apache module as a dependency. This commit adds that dep to fixture.yml for openstack. This should resolve the broken spec tests for this module. --- .fixtures.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.fixtures.yml b/.fixtures.yml index e089997..a939f70 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,6 +1,7 @@ fixtures: repositories: "apt": "git://github.com/puppetlabs/puppetlabs-apt.git" + "apache": "git://github.com/puppetlabs/puppetlabs-apache.git" "keystone": "git://github.com/puppetlabs/puppetlabs-keystone.git" "mysql": "git://github.com/puppetlabs/puppetlabs-mysql.git" "nova": "git://github.com/puppetlabs/puppetlabs-nova.git"