1598196ae7
This allows Glance to be used with PostgreSQL. Requires the puppetlabs/postgresql module. NOTE: I did add this dependency to fixtures but did not add it to the Modulefile due to the fact that the postgresql::python module hasn't been released to puppetforge yet (although it is committed and tests pass). Change-Id: I3522d50935c81c8859c9f597df64aa0af6ca4e71
12 lines
532 B
YAML
12 lines
532 B
YAML
fixtures:
|
|
repositories:
|
|
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
|
|
"keystone": "git://github.com/stackforge/puppet-keystone.git"
|
|
"mysql": "git://github.com/puppetlabs/puppetlabs-mysql.git"
|
|
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
|
|
"rabbitmq": "git://github.com/puppetlabs/puppetlabs-rabbitmq.git"
|
|
'inifile': 'git://github.com/cprice-puppet/puppetlabs-inifile'
|
|
"postgresql": "git://github.com/puppetlabs/puppet-postgresql.git"
|
|
symlinks:
|
|
"glance": "#{source_dir}"
|