Merge "Use the puppet role to copy the puppet code"

This commit is contained in:
Jenkins 2016-01-19 14:00:16 +00:00 committed by Gerrit Code Review
commit 035829ace3
2 changed files with 2 additions and 19 deletions

View File

@ -1,2 +1,4 @@
puppetmaster: puppetmaster.openstack.org
copy_hieradata: true
copy_puppet: true
manifest_base: /etc/system-config

View File

@ -13,22 +13,3 @@
- shell: ansible-galaxy install --force -r roles.yaml
args:
chdir: /opt/system-config/production
- hosts: '!puppetmaster.openstack.org:!disabled'
gather_facts: false
tasks:
- synchronize:
src: /opt/system-config/production
dest: /opt/system-config
- synchronize:
src: /etc/puppet/modules
dest: /etc/puppet
- file:
path: /etc/puppet/hieradata
state: directory
mode: 0700
owner: root
group: root
- file:
src: /etc/puppet/hieradata
dest: /opt/system-config/hieradata
state: link