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
2020-07-02 14:43:04 +02:00

12 lines
148 B
Plaintext

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