We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lists from efl_global_slists will not work if you attempt to de-reference them. See https://dev.cfengine.com/issues/6866
Workarounds:
You must call the lists directly, or do not use efl_global_slists and build them directly in policy like this:
bundle common list_backup { vars: "policy_servers" slist => { "${sys.policy_hub}" }; "localhost" slist => { "localhost" }; }
The text was updated successfully, but these errors were encountered:
new bug https://tracker.mender.io/browse/CFE-1779?jql="External%20issue%20id"~"6866"
Sorry, something went wrong.
neilhwatson
No branches or pull requests
Lists from efl_global_slists will not work if you attempt to de-reference them. See https://dev.cfengine.com/issues/6866
Workarounds:
You must call the lists directly, or do not use efl_global_slists and build them directly in policy like this:
The text was updated successfully, but these errors were encountered: