Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use_superseeded is unsupported #341

Closed
jdshewey opened this issue Nov 16, 2017 · 1 comment
Closed

use_superseeded is unsupported #341

jdshewey opened this issue Nov 16, 2017 · 1 comment

Comments

@jdshewey
Copy link

In nitrogen, modules.run was added and the old format was scheduled for deprecation. Unfortunately, adding to my pillar

use_superseded:
  - module.run

Does not enable the new formatting of modules.run

@jdshewey
Copy link
Author

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 %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant