Skip to content

Instantly share code, notes, and snippets.

@thatch45
Created June 15, 2012 22:07
Show Gist options
  • Select an option

  • Save thatch45/2938937 to your computer and use it in GitHub Desktop.

Select an option

Save thatch45/2938937 to your computer and use it in GitHub Desktop.
just a file
/etc/conf.d/iptables.rules:
file.managed:
- source: salt://iptables/iptables.rules
- user: root
- group: root
- mode: 600
@thatch45

Copy link
Copy Markdown
Author

Where is this sls file? why do you have a syndic in place and only one minion? It looks like the sls file is just not being found

@bciceron

Copy link
Copy Markdown

file is dist/init.sls (dist/ is at same directory level as top.sls)
several syndic with their attached minion .
all minion return same empty {} and no file dropped.

@bciceron

Copy link
Copy Markdown

the issue seem to be when going through the syndic.
salts drops the file as expected when minion directly attached to master, without syndic in between.

@thatch45

Copy link
Copy Markdown
Author

states don't work through a syndic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment