natalieswork
bd10d94449
removing references to Azure from existing files
2023-05-22 16:07:26 -04:00
Charles McMarrow
bae0321af9
[3006.x] saltutil.refresh_grains(clean_pillar_cache=False) ( #64176 )
...
* flacky jail most have label
* add clean_pillar_cache arg
* add docs
* Revert "flacky jail most have label"
This reverts commit 0888b84fd0
.
* add clean pillar cache refresh util
* dont clear unless refresh_pillar
* tests
* changelong
2023-05-02 18:18:48 -07:00
Daniel A. Wozniak
58b02266de
Add docs and changelog for #63747
2023-04-13 12:30:40 +01:00
Gareth J. Greenaway
e6bf30e399
Fixing typo.
2023-03-25 09:36:05 +00:00
Gareth J. Greenaway
39f0184eed
Clarifying the documentation for extension_modules configuration option
2023-03-25 09:36:05 +00:00
James Howe
9b0072e9ce
Guidance on worker_threads value
...
Copied from https://docs.saltproject.io/salt/install-guide/en/latest/topics/configure-master-minion.html#salt-master-process-management
2023-01-30 13:21:38 -07:00
Foorack / Max Faxälv
c92ff12404
Force keep_acl_in_token
to True when rest
external_auth is used
2022-12-12 08:34:52 -07:00
Kevin Rauwolf
6e71e19318
Added keep_jobs_seconds config option, deprecated keep_jobs
2022-12-06 07:07:53 -07:00
Barney Sowood
7d8bbb5955
Add versionadded 3006.0 for netapi_enable_clients option
2022-12-02 11:47:52 +00:00
Barney Sowood
c7f4a60474
Fix documentation error and re-write for clarity.
2022-12-02 11:47:52 +00:00
Barney Sowood
bed609ff4a
Add documentation for netapi_enable_client option
2022-12-02 11:47:52 +00:00
Alvaro Uria
50dd3ffd3e
Add ipc_write_buffer to master/minion config docs
...
This option was introduced in 2016 [1] and typing enforced in 2022 [2].
However, documentation was not added in the master and minion
configuration docs. This change adds the mentioned documentation.
1. https://github.com/saltstack/salt/pull/34683
2. ea35cb527e
2022-10-10 13:13:58 -06:00
Benjamin Drung
ad95c4fcac
Make default pki directory configurable
...
The files in `/etc/salt/pki` are not configuration files in the sense of
the FHS ("local file used to control the operation of a program").
Debian wants to change the default location to `/var/lib/salt/pki` (to
properly follow FHS and to allow setting StateDirectory in the salt
master systemd configuration).
Therefore introduce a `LIB_STATE_DIR` syspaths variable which defaults
to `CONFIG_DIR`, but can be individually customized.
fixes #3396
Bug-Debian: https://bugs.debian.org/698898
Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
2022-09-29 12:52:52 -06:00
xieyi.nino
40c3ce7feb
docs: fix default runner returns value
2022-09-27 13:27:57 -06:00
nicholasmhughes
a96433309b
refactor to only substitute __env__ environment
2022-02-15 14:58:34 -05:00
nicholasmhughes
52e1d0b811
add __env__ substitution inside file and pillar root paths
2022-02-15 14:58:34 -05:00
nicholasmhughes
7e1c2baa65
fixes saltstack/salt#61549 allow roll-up of duplicate IDs with different names
2022-02-04 15:29:11 -05:00
Brian Harring
ef56aa0547
Add option to have gpg decrypt failures treated as errors.
...
This is defaulted `false` for compatibility, and is controlled via
a `gpg_decrypt_must_succeed` option.
If this is true- and the ciphertext couldn't be decrypted- then it's
treated as an error rather than just passing the raw ciphertext through.
Sending the ciphertext through basically is *never* desired- the point
of the gpg renderer is to decrypt the secret, not send the cipher text
through.
2022-02-01 14:40:49 -05:00
Gareth J. Greenaway
5ba1779213
Removing fileserver_limit_traversal from all configuration files and documentation.
2022-01-20 17:12:14 -05:00
Benjamin Drung
2fac1c0d9a
Fix spelling mistake of specified
...
Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
2021-12-16 16:04:30 -05:00
nicholasmhughes
ef8a9b8e55
fixes saltstack/salt#60990 add percent success/failure of state runs in highstate summary output
2021-11-10 12:45:26 -05:00
Bryce Larson
d6b809ec88
change docs.saltstack.com to docs.saltproject.io everywhere
2021-09-09 15:30:03 -07:00
Megan Wilhite
2ef5e55ad8
Add detect_remote_minions and remote_minions_port options to detect minions connected on other ports
2021-08-02 07:47:24 -07:00
ScriptAutomate
b997a74922
Set state_output_profile as option and update docs
2021-02-23 13:46:14 -05:00
Erik Johnson
c34d7feff5
Fix incorrect documentation for pillar_source_merging_strategy
2021-02-04 06:30:40 -05:00
ScriptAutomate
ba68c91cfa
Update Python 2 docs links to Python 3
2021-02-03 06:33:01 -05:00
ScriptAutomate
214ae8a9af
Sync state_aggregate option in minion and master
2020-12-18 09:13:33 +00:00
Pedro Algarvio
b427688048
Start checking rst files at pre-commit level with rstcheck
...
Additionally, fixed most of the errors reported by rstcheck.
Fixes https://github.com/saltstack/salt/issues/58668
2020-10-13 13:53:16 -07:00
twangboy
a7426b7f2d
Update docs for winrepo
...
Organize the document
Provide additional examples
Clear out all the Legacy stuff and put it at the end as it just muddled
things up
2020-07-14 15:12:06 -07:00
Max Arnold
7f7dd97ae3
Replace Sodium with 3001 for new master niceness settings
2020-07-13 06:42:48 -07:00
twangboy
d59f460f57
Fix docs
2020-05-21 20:55:39 -07:00
twangboy
b1f6ea067d
Fix docs
2020-05-21 20:55:39 -07:00
Matt Phillips
3a541e87b0
add niceness control for subprocesses of salt master
...
under high load these can be useful to tweak for ensuring critical parts
of salt aren't being resource starved.
2020-05-21 20:55:39 -07:00
Derek Ardolf
5a73ef699f
Various Link Redirect and HTTP/HTTPS Fixes in docs ( #56655 )
...
* Fixing various redirected links
* Change links to https
* Reintroduced macro link reference
* Change man page to original at master; revert added line
2020-05-04 01:28:38 -07:00
Nico
c3b7175c71
Fix config and doc for option master_roots
2020-04-21 10:26:18 +01:00
Daniel A. Wozniak
67d7a5a427
Merge branch 'master' into pr/56249
2020-04-20 06:56:47 +00:00
Bryce Larson
bba8405c6b
update sphinx to 3.0.1
2020-04-17 16:49:14 -06:00
markuskramerIgitt
ee2245ceb4
Typo
2020-04-11 03:13:50 -07:00
markuskramerIgitt
9387f0914e
doc skip_grains PR #53603
2020-04-11 03:13:50 -07:00
ch3ll
905fb2188b
change order of if statement
2020-04-09 16:20:23 -04:00
ch3ll
0c365c19a4
add --pre-flight ssh option
2020-04-09 15:40:03 -04:00
Pavel Skuratovich
cdd7ec02c3
Replace incorrectly used "it's" by "its"
2020-02-26 00:57:58 +03:00
Nico
3a8baebf3e
Fixed option 'master_roots' in config and docs
2020-02-05 16:44:00 +00:00
Frode Gundersen
ba38ff7074
update neon reference
2020-01-15 18:25:22 +00:00
Daniel Wozniak
86e44a04d6
Merge pull request #55770 from sathieu/doc_pillar_roots_catch-all
...
Document __env__ for pillar_roots
2020-01-04 17:12:40 -07:00
Arthur Lutz
982e483aa4
[doc/configuration/master] mention inclusion mecanism
...
For configuration it is recommended to place it in .conf files to avoid distribution conflicts when upgrading
2020-01-04 23:11:06 +00:00
Mathieu Parent
c3c16c3b6a
Document __env__ for pillar_roots
2020-01-02 12:07:59 +01:00
Mathieu Parent
a1844cfd10
Add doc and salt.config code for git_pillar_update_interval
2019-12-21 20:48:05 +01:00
twangboy
4e48a82500
Fix some docs for winrepo
2019-12-13 13:18:58 -07:00
Ken Crowell
4bffe7b5f3
Add use_yamlloader_old to minion and master config docs
...
Fixes https://github.com/saltstack/salt/issues/55428 .
2019-11-25 11:37:47 -04:00