Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
238B

  1. {% if module_content.get('blacklist', false) -%}
  2. blacklist {{ module_name }}
  3. {%- else -%}
  4. options {{ module_name }}{% for option, value in module_content.get('option', {}) | dictsort %} {{ option }}={{ value }}{% endfor %}
  5. {%- endif %}