5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
{% if grains['os_family'] == 'Debian' %}
|
|
include:
|
|
- linux.Debian.Common
|
|
{% endif %}
|