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:
Monty Taylor 2016-01-18 19:41:56 -05:00
parent 69cf3cd23c
commit f2a57670a7
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,6 @@
---
# defaults file for ansible-puppet
copy_hieradata: false
copy_puppet: false
hieradata: /etc/puppet/hieradata
puppet_environment: production

View File

@ -1,6 +1,2 @@
---
# vars file for ansible-puppet
copy_hieradata: false
copy_puppet: false
hieradata: /etc/puppet/hieradata
puppet_environment: production