2
0
salt-formula/salt/files
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
..
cloud.maps.d Initial add of dummy saltify settings 2014-12-24 08:40:10 +00:00
cloud.profiles.d Initial add of dummy saltify settings 2014-12-24 08:40:10 +00:00
cloud.providers.d saltify provider should set correct master 2015-01-26 17:41:19 +00:00
master.d Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
minion.d Switch config file.recurse to clean by default and tell it to ignore _* 2015-03-27 17:58:05 -05:00
key Added functionality to state for salt cloud and exampel for EC2 and GCE 2014-07-20 16:59:38 +02:00
roster.jinja add support for installing salt-ssh and managing the roster file, updated README and pillar.example 2014-10-28 11:45:32 -05:00