added armbian and os_flavor grain
This commit is contained in:
4
os/armbian.sls
Normal file
4
os/armbian.sls
Normal file
@@ -0,0 +1,4 @@
|
||||
# remove this pesky thing,
|
||||
# we knwo what we are doing
|
||||
/etc/cron.d/armbian-updates:
|
||||
file.absent:
|
||||
5
os/init.sls
Normal file
5
os/init.sls
Normal file
@@ -0,0 +1,5 @@
|
||||
include:
|
||||
{% if grains['os_flavor'] == 'Armbian' %}
|
||||
- .armbian
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user