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 年之前
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 年之前
Kenneth Wilke
3634e3d833
removed bad require line
11 年之前
Kenneth Wilke
b9d2e2f9d4
changed salt-master package to salt-master
11 年之前
Kenneth Wilke
76684f638d
changed master require to watch, and both to salt-master
11 年之前
Kenneth Wilke
d0df360e5d
Removed template refs, quoted log_datefmt_logfile
11 年之前
Thomas S Hatch
fa29decc39
Move into salt subdir
11 年之前
Colton Myers
46652ebfda
Move everything to root directory for submodule use, Fix #4
11 年之前
Ari Lerner
91330d170d
Added small readme
11 年之前
Thomas S Hatch
349a077675
Start on salt formula
11 年之前