-
Notifications
You must be signed in to change notification settings - Fork 35
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
Attempting to use formula is leading to error #25
Comments
tekkifygamer
changed the title
Attempting to use formula as instructed is leading to error
Attempting to use formula is leading to error
Mar 23, 2023
You need to post your freeipa.client pilar data - and should probably run it through a YAML linter first. Tabs vs. spaces is a big issue in YAML. |
Here's the pillar file I currently have made
when I run the pillar.items command it appears that the minions are able to access the pillar data correctly.
Thank you for taking time to look into my issue, I greatly appreciate it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I've followed the saltstack formula documentation to the T but have had no success in using this formula. Each time I try to apply the state to minions I am receiving this error:
The error itself seems misleading as the top.sls file is fine. Currently the pillar top.sls file looks like this:
The state top.sls file looks like this:
The current file structure is the basic saltstack defaults, this was done to rule out any gitfs issues:
Pillars are stored in /srv/pillar, with the client pillar in /srv/pillar/freeipa/client.sls
The formula is stored in /srv/salt under /srv/salt/freeipa/ . This is essentially a copy of the freeipa folder within the master repo.
Please let me know if more information required and I'd be more than happy to provide it.
Thank you for looking into my issue.
The text was updated successfully, but these errors were encountered: