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:
parent
8ff794f599
commit
a8cc470f45
@ -8,3 +8,7 @@
|
||||
- synchronize:
|
||||
src: /etc/puppet/modules
|
||||
dest: /etc/puppet
|
||||
- file:
|
||||
src: /etc/puppet/hieradata
|
||||
dest: /opt/system-config/hieradata
|
||||
state: link
|
||||
|
Loading…
Reference in New Issue
Block a user