Fixing layout of modprobe.conf file with more than one optionpull/143/merge
blacklist {{ module_name }} | blacklist {{ module_name }} | ||||
{%- else -%} | {%- else -%} | ||||
{%- for option, value in module_content.get('option', {}) | dictsort -%} | |||||
options {{ module_name }} {{ option }}={{ value }} | |||||
{%- endfor %} | |||||
options {{ module_name }}{% for option, value in module_content.get('option', {}) | dictsort %} {{ option }}={{ value }}{% endfor %} | |||||
{%- endif %} | {%- endif %} |