-
Notifications
You must be signed in to change notification settings - Fork 166
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
Pillar data is being ignored #30
Comments
I assume: |
|
When I run the comand:
the response is:
And then if i run
The response is:
Also the /etc/sudoers file is unchanged. |
Your host isn't getting pillars, why it's not could be any different reason. |
@djibi2, by any chance are you using jinja2 v2.2.1 as in issue #6 ? If so, you may want to try the workaround from the comment made by jcross-linkup. |
There was a configuration issue with my general setup that was preventing me from seeing the pillar data. It had nothing to do with this formula. |
I have a top.sls file:
And as a test I have a pillar file in /srv/salt/pillar/sudoers/init.sls
When I run the highstate I see this output:
On my minion it shows a sudoes file that is managed by salt, but it does not have the additional users in my pillar data. I realize this is may be a fundamental error, but I've tried several things and can't seem to get the pillar data included.
Thanks,
Robert
The text was updated successfully, but these errors were encountered: