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.
This commit is contained in:
Dan Bode
2013-01-02 13:32:43 -08:00
parent 24cfc1be3e
commit 2aec81aed9

View File

@@ -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"