From f53f7898cff38935953c9ebf72e7c98e0780eda4 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Sat, 18 Apr 2015 22:37:50 +0200 Subject: [PATCH] Remove configure_puppetdb task from boostrap role The puppetdb manifest is broken and not needed at all, thus removing it from infra-ansible --- roles/bootstrap_puppetmaster/tasks/configure_puppetdb.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 roles/bootstrap_puppetmaster/tasks/configure_puppetdb.yml diff --git a/roles/bootstrap_puppetmaster/tasks/configure_puppetdb.yml b/roles/bootstrap_puppetmaster/tasks/configure_puppetdb.yml deleted file mode 100644 index 551c380..0000000 --- a/roles/bootstrap_puppetmaster/tasks/configure_puppetdb.yml +++ /dev/null @@ -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