introducing hostconfig
This commit is contained in:
5
base/hostconfig/init.sls
Normal file
5
base/hostconfig/init.sls
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
{% if salt['file.file_exists']({0}.sls'.format(grains.nodename)) %}
|
||||
include:
|
||||
- .{{ grains.nodename }}
|
||||
{% endif %}
|
||||
1
base/hostconfig/wohnz.sls
Normal file
1
base/hostconfig/wohnz.sls
Normal file
@@ -0,0 +1 @@
|
||||
has_fan: True
|
||||
@@ -2,6 +2,6 @@
|
||||
# vim: ft=yaml
|
||||
---
|
||||
|
||||
#include:
|
||||
# - .log.rsyslog.client
|
||||
# - .sys.sysctl
|
||||
include:
|
||||
- .sys.sysctl
|
||||
- .hostconfig
|
||||
|
||||
Reference in New Issue
Block a user