Merge "Add support for turning on the future parser"
This commit is contained in:
commit
0c84fcdb91
@ -5,3 +5,4 @@
|
||||
- role: puppet
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
futureparser: "{{ True if 'futureparser' in hostvars[inventory_hostname].group_names else False }}"
|
||||
|
@ -6,3 +6,4 @@
|
||||
- role: puppet
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
futureparser: "{{ True if 'futureparser' in hostvars[inventory_hostname].group_names else False }}"
|
||||
|
@ -5,3 +5,4 @@
|
||||
- role: puppet
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
futureparser: "{{ True if 'futureparser' in hostvars[inventory_hostname].group_names else False }}"
|
||||
|
@ -14,6 +14,7 @@
|
||||
copy_puppet: False
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
futureparser: "{{ True if 'futureparser' in hostvars[inventory_hostname].group_names else False }}"
|
||||
- hosts: "git0*:!disabled"
|
||||
strategy: free
|
||||
gather_facts: true
|
||||
@ -24,6 +25,7 @@
|
||||
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
futureparser: "{{ True if 'futureparser' in hostvars[inventory_hostname].group_names else False }}"
|
||||
- hosts: "review:!disabled"
|
||||
strategy: free
|
||||
gather_facts: true
|
||||
@ -34,6 +36,7 @@
|
||||
puppet_timeout: 60m
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
futureparser: "{{ True if 'futureparser' in hostvars[inventory_hostname].group_names else False }}"
|
||||
- hosts: "zuul-scheduler:!disabled"
|
||||
strategy: free
|
||||
gather_facts: true
|
||||
@ -44,3 +47,4 @@
|
||||
puppet_timeout: 60m
|
||||
manage_config: True
|
||||
puppet_reports: none
|
||||
futureparser: "{{ True if 'futureparser' in hostvars[inventory_hostname].group_names else False }}"
|
||||
|
Loading…
Reference in New Issue
Block a user