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
This commit is contained in:
Monty Taylor 2015-11-24 16:49:22 -05:00
parent 8ff794f599
commit a8cc470f45

View File

@ -8,3 +8,7 @@
- synchronize:
src: /etc/puppet/modules
dest: /etc/puppet
- file:
src: /etc/puppet/hieradata
dest: /opt/system-config/hieradata
state: link