Added pattern support for package install
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{% for package, args in pillar['packages'].items() %}
|
||||
{% if args['status'] != 'ignore' %}
|
||||
{{ package }}:
|
||||
pkg.{{ args['status'] }}
|
||||
pkg.{{ args['status'] }}:
|
||||
- name: {{ package }}
|
||||
- includes: [pattern]
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user