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 |
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
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.