system-config/playbooks/update_puppet.yaml
Monty Taylor a8cc470f45 Ensure system-config hieradata link exists
We use a symlink into /opt/system-config to make the hiera.yaml config
sane. Make sure it's there.

Change-Id: I5e9681ac8fca71ce2f439eed3ef1281ba228d5b2
2015-11-24 16:49:22 -05:00

15 lines
337 B
YAML

---
- hosts: '!puppetmaster.openstack.org'
gather_facts: false
tasks:
- synchronize:
src: /opt/system-config/production
dest: /opt/system-config
- synchronize:
src: /etc/puppet/modules
dest: /etc/puppet
- file:
src: /etc/puppet/hieradata
dest: /opt/system-config/hieradata
state: link