Define defaults as defaults, not variables
Defining them as variables overrides the local group_vars defined in system-config. But these are defaults, not the actual variables. Change-Id: I40acef591a22005434960af1ee13497c963df7d9
This commit is contained in:
parent
69cf3cd23c
commit
f2a57670a7
@ -1,2 +1,6 @@
|
||||
---
|
||||
# defaults file for ansible-puppet
|
||||
copy_hieradata: false
|
||||
copy_puppet: false
|
||||
hieradata: /etc/puppet/hieradata
|
||||
puppet_environment: production
|
||||
|
@ -1,6 +1,2 @@
|
||||
---
|
||||
# vars file for ansible-puppet
|
||||
copy_hieradata: false
|
||||
copy_puppet: false
|
||||
hieradata: /etc/puppet/hieradata
|
||||
puppet_environment: production
|
||||
|
Loading…
Reference in New Issue
Block a user