2
0
salt-formula/salt
Brian Jackson 7649c26a0d Switch config file.recurse to clean by default and tell it to ignore _*
Salt writes it's schedule file to /etc/salt/{minion,master}.d/_schedule.conf

We don't want to stomp all over Salt's files, but we do want a pristine
starting point to lay down our managed config. So we use clean: True on the
file.recurse call, but we tell it to ignore files that start with an _

We have to rename the current config file (_defaults.conf) because it will be
ignored by the rule that ignores Salt's _* config files.

This also means we need to clean up old config files (_defaults.conf) and
restart the service if we cleaned it up.
2015-03-27 17:58:05 -05:00
..
files Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
gitfs Add modules to install gitfs backend dependencies 2015-03-25 21:52:29 -05:00
pkgrepo don't try to load pkgrepo on non-Debian distros 2015-02-07 19:26:59 -05:00
api.sls Add setting to not install packages 2015-03-24 12:08:08 -05:00
cloud.sls Add setting to not install packages 2015-03-24 12:08:08 -05:00
defaults.yaml Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
formulas.jinja Add new “salt.formulas” state to manage salt formulas 2014-12-23 17:24:19 +01:00
formulas.sls Add new “salt.formulas” state to manage salt formulas 2014-12-23 17:24:19 +01:00
map.jinja Don't overwrite salt variable 2015-03-16 23:39:32 -05:00
master.sls Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
minion.sls Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
ssh.sls Add setting to not install packages 2015-03-24 12:08:08 -05:00
standalone.sls Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
syndic.sls Add setting to not install packages 2015-03-24 12:08:08 -05:00