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

Add note about pillar.get() vs salt['pillar.get']() in templates #7896

Merged
merged 1 commit into from
Oct 16, 2013

Conversation

basepi
Copy link
Contributor

@basepi basepi commented Oct 16, 2013

Fixes #7566

thatch45 added a commit that referenced this pull request Oct 16, 2013
Add note about pillar.get() vs salt['pillar.get']() in templates
@thatch45 thatch45 merged commit 2ef8da6 into saltstack:develop Oct 16, 2013
@cluther
Copy link
Contributor

cluther commented Oct 16, 2013

@basepi: Thank you! This would have saved me, and I'm sure it will save others.

@basepi
Copy link
Contributor Author

basepi commented Oct 16, 2013

No prob! I know @thatch45 wants to eventually make it so that pillar.get() actually works. In fact, he would love to make it so things like salt.cmd.run() work! But that will take time, and I figured this was a decent fix in the meantime.

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

Successfully merging this pull request may close these issues.

pillar.get returns None in templates if the key contains a colon (nested values)
3 participants