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.
9 jaren geleden
Niels Abspoel
b8e53771f3
add mine_get function to master config
9 jaren geleden
Niels Abspoel
7ddc1692ec
added rest_tornado to _defaults.conf
see pillar.example for configuration
9 jaren geleden
Nitin Madhok
fa6c39eccd
Revert "Add mine_functions to master config template"
10 jaren geleden
Jimmy Tang
deee69319f
Add mine_functions to master config template
10 jaren geleden
Raphaël Hertzog
7fb86b9076
Fix the handling of event_return_whitelist/event_return_blacklist
If those options are set in pillar data, the jinja template
salt/files/master.d/_defaults.conf would fail to compile trying to
evaluate non-existing variables.
Replace those variables with the corresponding dictionnary entries.
10 jaren geleden
Raphaël Hertzog
d4ae38f825
Import the salt/formulas.jinja template with context
This is only needed for salt versions older than 2014.7 that do not
define the global "salt" variable in such context.
10 jaren geleden
Raphaël Hertzog
445108f87a
Avoid “set salt” jinja calls that mask the usual salt variable
Most include do not expect salt to be something else than the usual salt
variable giving access to all the salt modules. Instead we use cfg_salt.
And for consistency we rename the master/minion variables to
cfg_master/cfg_minion too.
10 jaren geleden
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.
10 jaren geleden
Raphaël Hertzog
2f2cd972ac
Use items() method to loop over nodegroups/log_granular_levels dictionaries
Otherwise you get an “ValueError: too many values to unpack” exception
when you make use of those entries in your pillar data.
10 jaren geleden
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.
10 jaren geleden
Niels Abspoel
5029504212
Updated master config file to 2014.7
Fixed explanations, and improved logic code to client_acl
10 jaren geleden
Niels Abspoel
af7f9d722a
more improvements in _defaults.conf
better newlines with iterations.
10 jaren geleden
Tim O'Guin
be972d9057
updated salt-master config template to add presence_events setting
10 jaren geleden
Nitin Madhok
00a9e0640c
Removing unnecessary -
I don't understand why unnecessary ``-`` were added after and before ``{%-`` and ``-%}``
10 jaren geleden
Tiru Srikantha
70b5c981fa
Test if individual gitfs remote is string
https://github.com/saltstack-formulas/salt-formula/issues/64
Fixes issue where a gitfs remote that has no child options would cause an
error. Also fix up bad yaml in pillar example.
10 jaren geleden
Marvin Frick
868854c2e7
enables use of jinja < 2.6
Commit 2b51a6f0c3
introduced options for gitfs_remotes in a pillar by using a jinja test to see if a parameter is a mapping (dict etc.). This feature however is only available in jinja 2.6 or newer (see http://jinja.pocoo.org/docs/dev/templates/#mapping ).
Although this version of Jinja is available on Ubuntu, other OS / package managers do provide older versions (2.2.1 in RedHat 6).
This change makes use of the "iterable" test which should do the exact same thing.
10 jaren geleden
Marvin Frick
8a187ac13f
adds `yaml_utf8` option to master config
Reference about this config value: http://docs.saltstack.com/en/latest/ref/configuration/master.html#yaml-utf8
Reference why this might be useful: https://github.com/saltstack/salt/issues/3436#issuecomment-61225863
10 jaren geleden
Ajna Cackovic
2b51a6f0c3
Allow repo options to be set per repo for gitfs_remotes in pillar
10 jaren geleden
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 jaren geleden
Johannes
791025e065
Avoid config key clashes
Fixes #48
10 jaren geleden
Daniel Rodriguez
3bdf2789a1
Added rest_cherrypy section
10 jaren geleden
Wes Turner
bc7ccedf45
Fix nested file,pillar _roots in minion and master templates
See #37 "Fixed file_roots config generation with several environment"
10 jaren geleden
Shaun Carlson
9b730fc0c8
Fixed typo in autoreject_file setting
Fixed an apparent typo in the autoreject_file setting (which was listed as autorejecte_file)
10 jaren geleden
Oleg Tsarev
94da2654e2
Fixed file_roots config generation with several environment
10 jaren geleden
Chris McNabb
028412ee5e
use master when if in master
10 jaren geleden
Oleg Tsarev
e3b2ebeb06
Actualized master and minion config files templates
10 jaren geleden
tiger-seo
507f2abc1a
possibility to define Halite configuration for salt-master
11 jaren geleden
tiger-seo
f4b839a4fb
sync with https://github.com/saltstack/salt/blob/v0.17.4/conf/master and minion
11 jaren geleden
Kenneth Wilke
e3a29bf69a
ext_pillar fix
11 jaren geleden
Kenneth Wilke
1f71bef33b
jijna syntax fix
11 jaren geleden
Kenneth Wilke
e104b3eb41
fixed ext_pillar
11 jaren geleden
Kenneth Wilke
426493b76d
fixed ext_pillar
11 jaren geleden
Kenneth Wilke
c080cf37d6
ext_pillar fix
11 jaren geleden
Kenneth Wilke
e83d25b80f
newline fix
11 jaren geleden
Kenneth Wilke
98fd674c95
indentation fix
11 jaren geleden
Kenneth Wilke
92b2572734
newline fix
11 jaren geleden
Kenneth Wilke
153feac309
Edited master template
made fileserver_backend and gitfs_remotes look more like expected
11 jaren geleden
Kenneth Wilke
2d598ac2ef
corrected spelling mistake
11 jaren geleden
Kenneth Wilke
539d210896
Overhauled the master template
11 jaren geleden
Kenneth Wilke
be1cd4ff73
Overhauled master config template
11 jaren geleden
Kenneth Wilke
b1903eea83
fixed log format string
11 jaren geleden
Kenneth Wilke
d0df360e5d
Removed template refs, quoted log_datefmt_logfile
11 jaren geleden
Kenneth Wilke
5403d433a1
fixed small syntax error: geT instead of get
11 jaren geleden
Thomas S Hatch
fa29decc39
Move into salt subdir
11 jaren geleden
Colton Myers
46652ebfda
Move everything to root directory for submodule use, Fix #4
11 jaren geleden
Ari Lerner
3ff270fe9f
Added the entire master configuration to be set in the pillar
11 jaren geleden
Thomas S Hatch
6a7f64c5ec
Start to paramaterize the master config
11 jaren geleden
Thomas S Hatch
349a077675
Start on salt formula
11 jaren geleden