Make generate_hiera script non idempotent

It's better, so a user can regenerate passwords and keys
as needed by just running the playbook/role.
This commit is contained in:
Ricardo Carrillo Cruz 2015-04-18 23:10:15 +02:00
parent 7a379dd75c
commit 1c5c9acd19

View File

@ -12,4 +12,4 @@
- file: path=/etc/puppet/hieradata/production/fqdn state=directory
# Generate hiera common.yaml values
- script: generate_hiera_common.py creates=/etc/puppet/hieradata/production/common.yaml
- script: generate_hiera_common.py