Remove configure_puppetdb task from boostrap role

The puppetdb manifest is broken and not needed at all,
thus removing it from infra-ansible
This commit is contained in:
Ricardo Carrillo Cruz 2015-04-18 22:37:50 +02:00
parent 7ea66077cc
commit f53f7898cf

View File

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