Ion Dulgheru
165f2d727c
Fix master_tops configuration rendering
před 7 roky
Heinz Wiesinger
68a2b72519
Fix rendering of external_auth config.
This now properly also supports per user, per minion as well as
function argument limiting.
před 7 roky
Gilles Dartiguelongue
87074cf3d9
Do not sync salt-cloud provided default configuration by default
As discussed in PR#305, these are defaults that even if they are
configurable as probably not suited to a majority of users and causes
delete/add output on highstate of user of the formula choses to use
the same file name.
před 7 roky
Javier Bértoli
7093a32968
Simplify logic
před 7 roky
Javier Bértoli
997194c992
Wrong list name in config file
před 7 roky
Javier Bértoli
edce95f949
Updated master and minion default config files
Added parameters new to 2016.03 (or simply missing in the existing config).
před 7 roky
Theo Chatzimichos
57498d1645
add syndic_user option in the master config
před 7 roky
Vitali Quiering
f7189e2900
User publisher_acl setting in salt master config even if used client_acl in
pillar (backwards compatibility)
před 7 roky
Vitali Quiering
894bd15c79
fix salt master config template to use external_auth settings
před 7 roky
Vitali Quiering
d3b46a3648
add publisher_acl to salt master config
před 7 roky
Florian Ermisch
e86e6fc221
Work around missing `is mapping` on CentOS/RHEL 6
Checks for 'dict' in `x.__class__.__name__` b/c
neither `type()` nor `isinstance()` is available.
před 7 roky
Florian Ermisch
5327e921fe
Hack to make rendering work on CentOS 6
!! Not tested with an actual !!
!! configured `ext_pillar` yet !!
- jinja on RHEL/CentOS 6 has no 'mapping'
test (see salt-formula issue #193 )
- {% do ... %} allows no assignment, only
function calls
- of course, `type(foo) is dict` doesn't
work because it's no jinja test
- maybe `.isinstance()` would be nicer/more
reliable
před 7 roky
risca
ef120e56bc
fixed key reserved for lxc_profile file
před 7 roky
Niels Abspoel
5ffed7de5c
fix beacons on dev
před 7 roky
Tobias Martin
fc40847542
fixed beacon variable name
před 7 roky
Tobias Martin
73906a03a5
added beacons configuration support
před 7 roky
Pavel Veretennikov
bad783ea28
Fixes jinja in include block
Some vars were missing {{ }}
Indentation was broken
isinstance is not available in Salt
před 7 roky
Niels Abspoel
caff23424d
fix default dict
před 7 roky
Furlot
45e686b7f2
Add http proxy support for minion
před 7 roky
Dafydd Jones
8e41067c69
allow non-default config settings in master.d/f_defaults.conf (similar to PR#247)
před 8 roky
genuss
8fd8c76d5f
Change default value for pillar_opts
před 8 roky
Rob Ruma
6f4880a258
Adding support for master_id option documented in https://docs.saltstack.com/en/latest/ref/configuration/master.html#master-id
před 8 roky
Marcin Witowski
9d0b6b03d8
fix typo for top_file_merging_strategy in salt/files/master.d/f_defaults.conf template
před 8 roky
carpenti
3098aebcad
add engines as a reserved_keys to not add generic configuration
před 8 roky
carpenti
08d10376ab
implementing retro-compatible behavior
Using the old salt.engines pillar and merging it with the new
salt.[master|minion].engines pillar.
This way, it doesn't break previous behavior and permits to define
common engines on master and minion.
In the merge, the salt.[master|minion].engines pillar takes precedence
if conflict as it's the more specific pillar.
před 8 roky
carpenti
c27bfd92b7
make the configuration of engines specific to master or minion
the engines are now configured using the following pillars:
* salt.master.engines
* salt.minion.engines
instead of a global salt.engines pillar.
Note: the pillar.example provided seems to assume this behaviour.
(the pillar is salt.master.engines.slack and not salt.engines.slack)
před 8 roky
Niels Abspoel
13a6ecf8b9
add missing files
před 8 roky
Jeremy T. Bouse
79fcda8806
Clean up formating of nodegroups
před 8 roky
Jeremy T. Bouse
a89d8d9b6b
Add winrepo_provider to master.d/f_defaults.conf
před 8 roky
Krzysztof Pawłowski
776c5ecbe6
Add yaml_utf8 option to salt master configuration.
před 8 roky
Matthew Richardson
89ece150e6
Tidy up comments, add some docs/examples.
před 8 roky
Matthew Richardson
5abdaee5a2
Handle config opts not part of default config.
před 8 roky
Matthew X. Economou
12390494cf
Add support for s3fs
před 8 roky
Rene Jochum
6ae81a9640
Add support for mongodb connection settings to config templates.
Signed-off-by: Rene Jochum <rene@jochums.at>
před 8 roky
Rene Jochum
478fef683b
Remove trailing whitespaces in config templates.
Signed-off-by: Rene Jochum <rene@jochums.at>
před 8 roky
Manoj Sonawane
98d591eab2
add module_config for minions
před 8 roky
Raphaël Hertzog
182098fc16
JSON encode values embedded in the salt-master's configuration file
This avoids problems when values are strings containing colons. And it
mimicks what was already done for the salt-minion's configuration file.
Fixes #233 .
před 8 roky
risca
ca42d40ef9
added support for LXC profiles
před 8 roky
Étienne BERSAC
adad72741e
Render config as JSON
před 8 roky
Christian McHugh
ac4ed62c03
Support engine configuration
před 8 roky
Brad Thurber
b9ae603fd7
Add support for master eauth LDAP config
před 8 roky
Brad Thurber
39479cafe9
add missing gitfs parms to minion config file as well (for use by standalone minions)
před 8 roky
Brad Thurber
939aa37028
Cleanup and make closer to the PR submitted for the mainline salt repo master config file
před 8 roky
Brad Thurber
c4ef48c5e8
add new gitfs functionality
před 8 roky
John Galt
e26b805279
Added version check for provider/driver backwards compatibility
před 8 roky
John Galt
c4208bb661
Renamed "provider" to "driver"
před 8 roky
Matthew X. Economou
001b034eb5
Replace absolute config pathname prefixes with the config_path variable
před 8 roky
a.genus
e97822a0d5
Take mine_functions back
před 8 roky
Imran Iqbal
7f36259614
Remove excessive blank lines rendered after "Miscellaneous settings"
před 8 roky
Imran Iqbal
c4e116ee8f
Provide Windows repo settings: 2015.8+ master used for pre-2015.8 minions
před 8 roky