This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
salt-master/hardware/common/init.sls
2022-01-04 20:41:28 +01:00

12 lines
152 B
Plaintext

{%
set hardwaretype = salt['grains.get'](
'hardware',
default={}
)
%}
#include:
#{%- if 'unknown' not in hardwaretype %}
# - .apt
#{%- endif %}