Pull puppetdb from new system-config location

system-config is now placed on '/opt/system-config/production,
changing playbook to reflect that
This commit is contained in:
Ricardo Carrillo Cruz 2015-03-29 10:28:38 +02:00
parent cb97ea7211
commit e93b5808d2

View File

@ -1,3 +1,4 @@
---
# Puppet apply the puppetdb manifest
- command: puppet apply --modulepath='/opt/git/system-config/modules:/etc/puppet/modules' -e 'include openstack_project::puppetdb'
- command: puppet apply --modulepath='/opt/system-config/production/modules:/etc/puppet/modules' -e 'include openstack_project::puppetdb'
tags: puppet_apply