Ryan Walder
042e9baad3
Add 'return' to reserved_keys in minion config
This prevents the `return` key being duplicated in the minion config by L1205
il y a 5 ans
Imran Iqbal
fbe814ace8
feat(`tofs`): allow TOFS for minion configuration
il y a 5 ans
Imran Iqbal
1b202afb29
feat(`tofs`): allow TOFS for master configuration
il y a 5 ans
Heinz Wiesinger
549c73c739
Fix support for extra config values as mappings
il y a 6 ans
Krzysztof Pawłowski
f43cc94362
Support fileserver_list_cache_time in master configuration
il y a 6 ans
Johannes Löthberg
ec33ba5fab
Add support for file external_auth special directives
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
il y a 6 ans
Alexandre Anriot
3e6e6028ae
Support publisher_acl minion-level commands
il y a 6 ans
Matthew Richardson
aff75ce8ac
Handle other non-iterable values like int/float.
il y a 6 ans
Matthew Richardson
1a5027ef8c
Handle pillar params with child params. ( #372 )
il y a 6 ans
Matthew Richardson
c363aa9e04
Handle extra config where value is a list.
il y a 6 ans
ze42
2761d90626
minion: master_alive_interval: remove duplicate ( #369 )
Remove commented version and associated comment, as we still have the same
option earlier in config with an other valid comment.
il y a 6 ans
Justin Riley
d2ceaab7dd
only set master_alive_interval once ( #368 )
closes #367
il y a 6 ans
Felix Russell
9f33d2afe1
[Minion] [returner] [Elasticsearch] Yaml read patch + example.pillar update ( #359 )
* Minion/returner/elasticsearch yaml read fix.
* Improved the documentation for the elasticsearch returner
il y a 6 ans
Jerzy Drozdz
d1e4768cdb
Quotation and ipv6 ( #355 )
* Added quotration around globing rules
il y a 6 ans
Niels Abspoel
3c731605cc
fix iteritems python3
il y a 6 ans
Stefan Reimer
e92f6f80b0
Fix default value to match array type of pillar
il y a 6 ans
Stefan Reimer
334d5de72b
Support profiles within engine.conf to be able to configure sqs_events, https://docs.saltstack.com/en/latest/ref/engines/all/salt.engines.sqs_events.html
il y a 6 ans
Andrew Ernst
9ef5335f7b
Update f_defaults.conf to support elasticsearch returner ( #335 )
Proposed pull request for elasticsearch returner in the minion.d/f_defaults.conf file
il y a 7 ans
Christian McHugh
d5c10f5600
fix indenting around peer run. Convert extra configs from json to yaml
il y a 7 ans
Elliot Chen
ec8241c6fd
Added minion scheduler configuration
il y a 7 ans
Javier Bértoli
b8273b9c3f
Fix lists join error ( #317 )
il y a 7 ans
Charles McLaughlin
3a261c7da0
Update comment for consistency
il y a 7 ans
Charles McLaughlin
316622ef9b
Remove "source" comments from Saltify configs
I use Salt environments to provide each of my team mates the ability to develop
and test their Salt changes. And I've found that when we run this formula from
our environments against our salt-master, comments in some files change. For us
this represents an unwanted and unplanned change. I understand the intention -
to identify how or why the file changed, but I firmly believe that we should
be able to run highstsate with test=True and only see intended changes. Here's
an example:
ID: salt-cloud-providers
Function: file.recurse
Name: /etc/salt/cloud.providers.d
Result: None
Comment: #### /etc/salt/cloud.providers.d/saltify.conf ####
The file /etc/salt/cloud.providers.d/saltify.conf is set to be changed
Started: 20:01:28.586441
Duration: 75.185 ms
Changes:
----------
/etc/salt/cloud.providers.d/saltify.conf:
----------
diff:
---
+++
@@ -1,4 +1,4 @@
-# This file is managed by Salt via salt://salt/files/cloud.providers.d/saltify.conf?saltenv=myenv
+# This file is managed by Salt via salt://salt/files/cloud.providers.d/saltify.conf?saltenv=dev
saltify:
provider: saltify
il y a 7 ans
Ion Dulgheru
165f2d727c
Fix master_tops configuration rendering
il y a 7 ans
Javier Bértoli
9331997269
Exclude reactors from f_defaults.conf
il y a 7 ans
Javier Bértoli
561eb4c5c8
Reactors should be in an array
il y a 7 ans
Javier Bértoli
442806ab9e
Allow to specify different reactors for minions and masters
il y a 7 ans
Heinz Wiesinger
68a2b72519
Fix rendering of external_auth config.
This now properly also supports per user, per minion as well as
function argument limiting.
il y a 7 ans
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.
il y a 7 ans
Javier Bértoli
7093a32968
Simplify logic
il y a 7 ans
Javier Bértoli
997194c992
Wrong list name in config file
il y a 7 ans
Javier Bértoli
edce95f949
Updated master and minion default config files
Added parameters new to 2016.03 (or simply missing in the existing config).
il y a 7 ans
Theo Chatzimichos
57498d1645
add syndic_user option in the master config
il y a 7 ans
Vitali Quiering
f7189e2900
User publisher_acl setting in salt master config even if used client_acl in
pillar (backwards compatibility)
il y a 7 ans
Vitali Quiering
894bd15c79
fix salt master config template to use external_auth settings
il y a 7 ans
Vitali Quiering
d3b46a3648
add publisher_acl to salt master config
il y a 7 ans
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.
il y a 7 ans
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
il y a 7 ans
risca
ef120e56bc
fixed key reserved for lxc_profile file
il y a 7 ans
Niels Abspoel
5ffed7de5c
fix beacons on dev
il y a 7 ans
Tobias Martin
fc40847542
fixed beacon variable name
il y a 7 ans
Tobias Martin
73906a03a5
added beacons configuration support
il y a 7 ans
Pavel Veretennikov
bad783ea28
Fixes jinja in include block
Some vars were missing {{ }}
Indentation was broken
isinstance is not available in Salt
il y a 7 ans
Niels Abspoel
caff23424d
fix default dict
il y a 7 ans
Furlot
45e686b7f2
Add http proxy support for minion
il y a 7 ans
Dafydd Jones
8e41067c69
allow non-default config settings in master.d/f_defaults.conf (similar to PR#247)
il y a 8 ans
genuss
8fd8c76d5f
Change default value for pillar_opts
il y a 8 ans
Rob Ruma
6f4880a258
Adding support for master_id option documented in https://docs.saltstack.com/en/latest/ref/configuration/master.html#master-id
il y a 8 ans
Marcin Witowski
9d0b6b03d8
fix typo for top_file_merging_strategy in salt/files/master.d/f_defaults.conf template
il y a 8 ans
carpenti
3098aebcad
add engines as a reserved_keys to not add generic configuration
il y a 8 ans