Recopie initiale
This commit is contained in:
7
update.sls
Normal file
7
update.sls
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if grains['kernel'] == 'Linux' %}
|
||||
include:
|
||||
- linux.update
|
||||
{% elif grains['kernel'] == 'Windows' %}
|
||||
include:
|
||||
- windows.update
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user