Brian Jackson
8ebb7f57df
Stop using clean: True on /etc/salt/{minion,master}.d
New versions of Salt put config files in /etc/salt/{minion,master}.d. We don't
want to erase them by using a clean: True on the file.recurse. This is a
backward incompatible change, but it's necessary to avoid deleting Salt config
files.
Resolves #104
9年前
Brian Jackson
cb3aa80c62
Don't overwrite salt variable
Using a variable named salt is a bad idea when salt already has a variable
named salt.
9年前
Simon Lloyd
cb03e885d4
Fix: pkgs is undefined
Update sls files to match name change in map.jinja.
10年前
Niels Abspoel
896578a75a
Removed package_map lookup
Added map.jinja solution more in line with other formulas,
This also improves issue #30
and pull request #30
10年前
Raphaël Hertzog
b93ec22244
Add a “salt.standalone” state
10年前
Andrew Vant
00e245e20a
Added recursive management of minion.d and master.d.
This allows users to easily add configuration settings that the formula
doesn't yet provide, without having to modify the existing templates.
10年前
Kevin Bowling
4675d68bd8
Initial FreeBSD support
10年前
Johannes
247e6403a7
Add missing .conf to config files
Closes #45
10年前
Love Nyberg
75a1f888eb
#12 Moved master and minion config file to .d
10年前
Kenneth Wilke
a6667cdb81
Isolated package mapping and some fixes
Moved package_table to it's own file, imported by sls files
Moved minion package under watch
Fixed some template mistakes I made
11年前
Thomas S Hatch
fa29decc39
Move into salt subdir
11年前
Colton Myers
46652ebfda
Move everything to root directory for submodule use, Fix #4
11年前
Thomas S Hatch
349a077675
Start on salt formula
11年前