ignore missing files in include
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
|
||||
include:
|
||||
- base.hardware.{{ grains.get('hardware') | lower }}
|
||||
{% include 'base/hardware/' + salt['grains.get']('hardware') | lower + '.sls' ignore missing %}
|
||||
#include:
|
||||
# - base.hardware.{{ grains.get('hardware') | lower }}
|
||||
|
||||
Reference in New Issue
Block a user