You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nevermind. My client files did not seem to immediately refresh, but the bit at the bottom of f_devaults.conf seems to take care of the issue:
{%- for configname in cfg_minion %}
{%- if configname not in reserved_keys and configname not in default_keys %}
{{ configname }}: {{ cfg_minion[configname]|json }}
{%- endif %}
{%- endfor %}
In nitrogen, modules.run was added and the old format was scheduled for deprecation. Unfortunately, adding to my pillar
Does not enable the new formatting of modules.run
The text was updated successfully, but these errors were encountered: