Raphaël Hertzog
8a828b506e
Use items() method instead of iteritems() for Python 3 compatibility
In Python 3, dict.items() is already an iterator while dict.iteritems() no
longer exits. In Python 2, dict.items() is not an iterator but it works
and the small performance hit doesn't really matter for the salt config
pillar data which is really small.
vor 10 Jahren
Raphaël Hertzog
f46b4f29d8
Add new “salt.formulas” state to manage salt formulas
This state downloads formulas from git repositories and ensures
that they are recorded in the file_roots setting.
vor 10 Jahren
Raphaël Hertzog
b93ec22244
Add a “salt.standalone” state
vor 10 Jahren
Niels Abspoel
af7f9d722a
more improvements in _defaults.conf
better newlines with iterations.
vor 10 Jahren
Niels Abspoel
4b0ec5dc01
Improved jinja spacing in template
This will make the _defaults.conf file for master and minion
better by removing some empty lines in some code blocks
vor 10 Jahren
Niels Abspoel
7da141721b
fix spacing with gitfs.
Updated gitfs jinja, to mirror master file
vor 10 Jahren
Niels Abspoel
ef4bc1a25a
Added support for salt minion gitfs
Gitfs for the minion is possible with salt 2014.7
Updated config _defaults.conf and pillar with example
Tested it on Archlinux with salt-call --local state.highstate
vor 10 Jahren
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.
vor 10 Jahren
Johannes
791025e065
Avoid config key clashes
Fixes #48
vor 10 Jahren
Wes Turner
bc7ccedf45
Fix nested file,pillar _roots in minion and master templates
See #37 "Fixed file_roots config generation with several environment"
vor 10 Jahren
Oleg Tsarev
e3b2ebeb06
Actualized master and minion config files templates
vor 10 Jahren
tiger-seo
f4b839a4fb
sync with https://github.com/saltstack/salt/blob/v0.17.4/conf/master and minion
vor 11 Jahren
Kenneth Wilke
9404ebf915
Added module_config section to minion template
vor 11 Jahren
Justin Phelps
6282d9570c
Corrected the typo for the minion configuration file.
vor 11 Jahren
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
vor 11 Jahren
Kenneth Wilke
2420b85913
overhauled minion template
vor 11 Jahren
Thomas S Hatch
fa29decc39
Move into salt subdir
vor 11 Jahren
Antoine Cezar
c7af1d12a1
Add minion's include configurability
vor 11 Jahren
Colton Myers
46652ebfda
Move everything to root directory for submodule use, Fix #4
vor 11 Jahren
Antoine Cezar
0c394abad1
Add minion managed file
vor 11 Jahren