Created
June 15, 2012 22:07
-
-
Save thatch45/2938937 to your computer and use it in GitHub Desktop.
just a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/conf.d/iptables.rules: | |
file.managed: | |
- source: salt://iptables/iptables.rules | |
- user: root | |
- group: root | |
- mode: 600 |
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.
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.
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
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