Megan Wilhite
f4aee55e99
Add test coverage and add profile to docs
2023-10-17 15:54:30 -04:00
Megan Wilhite
56f0e48e27
Add log level insecure warning to more places
2023-10-17 15:54:30 -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
Megan Wilhite
4a060131e8
Do not edit master conf, patch it
2023-04-15 20:49:08 +01:00
Megan Wilhite
e0afdecf4c
Add salt user when installing debian packages
2023-04-15 20:49:08 +01:00
Megan Wilhite
9d259f37d9
User salt user/group for running salt-master
2023-04-15 20:49:08 +01:00
Gareth J. Greenaway
8747530732
grammar fixes.
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
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
1780e503b7
Add option to enable clients in netapi
...
Adds an option to allow you to enable clients (eg ssh, wheel) in the
netapi. By default all clients will be disabled. Does the check before
any attempts to authenticate.
2022-12-02 11:47:52 +00:00
Jerry Jones gajone3
7209fd5c89
typo fixes
2022-10-06 13:49:50 -06: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
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
ScriptAutomate
b997a74922
Set state_output_profile as option and update docs
2021-02-23 13:46:14 -05:00
Mathieu Parent
faee403d62
salt.renderers.gpg: Cache GPG data if gpg_cache=True
2020-05-18 14:46:47 -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
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
Gareth J. Greenaway
f99b6762dd
various netapi fixes and tests
2020-01-16 09:31:58 -08:00
stratusjerry
b3567228d1
Fix Typos
2020-01-09 13:57:45 -05:00
Nicole Scherfenberg
e74cbdf87d
solves #54837
2019-10-09 14:04:46 +02:00
C. R. Oldham
800113083b
Add event_listen_queue_max_seconds to fix #53411
2019-06-24 16:06:43 -06:00
rallytime
82e73fe49d
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- doc/ref/tops/all/index.rst
- salt/fileclient.py
- salt/grains/core.py
- salt/modules/win_file.py
- salt/pillar/__init__.py
- salt/utils/http.py
2018-10-18 10:41:42 -04:00
rallytime
f8e73e8ae2
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- salt/beacons/inotify.py
2018-10-10 15:13:23 -04:00
rallytime
216fd64013
Remove event_publisher_pub_hwm and salt_event_pub_hwm from documentation
...
Fixes #49925
The `event_publisher_pub_hwm` and `salt_event_pub_hwm` configuration options
were removed in #38723 . (They are obsolete and not used within salt any longer.)
When those options were removed, I neglected to remove them from the docs. This
PR cleans up the references in the docs.
2018-10-08 10:51:01 -04:00
rallytime
0c8b412556
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- tests/integration/modules/test_archive.py
2018-09-04 12:05:48 -04:00
rallytime
f7226f400f
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- pkg/osx/build_env.sh
- salt/modules/win_useradd.py
- salt/utils/yamldumper.py
- tests/integration/modules/test_archive.py
- tests/integration/output/test_output.py
2018-08-30 14:23:23 -04:00
Erik Johnson
d1b7fb449c
Revert "Update documentation to correctly state enable_gpu_grains default"
...
This reverts commit 2fe675cfdd
.
2018-08-28 11:17:32 -05:00
rallytime
da3a29c680
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- tests/integration/states/test_file.py
2018-08-28 12:06:32 -04:00
rallytime
c3ecefc785
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- salt/modules/file.py
- salt/modules/win_service.py
- salt/states/mount.py
- salt/states/service.py
- tests/integration/__init__.py
- tests/integration/runners/test_state.py
- tests/integration/states/test_file.py
- tests/unit/states/test_file.py
2018-08-23 11:50:41 -04:00
Mike Place
f8c55b85e1
Merge pull request #49184 from ralish/external_nodes_docs
...
Remove obsolete documentation on external_nodes setting
2018-08-18 08:50:10 -04:00
Samuel D. Leslie
2fe675cfdd
Update documentation to correctly state enable_gpu_grains default
...
While the relevant code in grains/core.py does enable GPU grains by
default, the default in config/__init__.py for the DEFAULT_MASTER_OPTS
dictionary is disabled. This takes precedence over the default in
grains/core.py which would only take effect if the enable_gpu_grains
setting was not specified at all.
2018-08-18 13:47:53 +10:00
Samuel D. Leslie
2e29b292bf
Remove obsolete documentation on external_nodes setting
...
This setting is no longer used anywhere in the codebase having been
superseded by the master_tops setting many releases ago.
2018-08-18 13:11:02 +10:00
rallytime
8d3c2be61c
Merge branch '2018.3' into 'develop'
...
Conflicts:
- salt/modules/kubernetes.py
- salt/modules/opkg.py
- salt/modules/useradd.py
- salt/output/table_out.py
- salt/states/mysql_query.py
- salt/states/user.py
2018-05-23 12:57:58 -04:00
Daniel Wallace
8c5c780292
switch skip-roster to update-roster
2018-05-09 12:51:53 -05:00
Dmitry Kuzmenko
6bcafcf30a
Updated confusing docstring for tcp_pub/pull_port in conf examples
2018-04-24 02:00:17 +03:00
Erik Johnson
7070a3be48
Update default renderer to jinja|yaml, improve renderer docs
...
`yaml_jinja` and all legacy renderer syntax has been transparently
translated to the render pipeline syntax (e.g `jinja|yaml`)
under-the-hood for several years now, this just makes the default
renderer adhere to the render pipeline syntax.
It also makes significant improvements to the renderer documentation.
2018-04-16 22:35:23 -05:00
Arthur Lutz
7e5cbb4998
[conf/master] doc typo
2018-03-06 17:33:56 +01:00
Nicole Thomas
0697ed0645
Merge branch 'develop' into accept-minions-from-grains
2017-12-04 16:10:32 -05:00
Thomas S Hatch
4a808827c8
Add a default config entry to the master config
2017-11-29 17:14:17 -07:00
Benedikt Werner
6900e6ece1
Merge branch 'develop' into accept-minions-from-grains
2017-11-17 19:35:53 +01:00
Erik Johnson
df972db3ba
Merge pull request #42930 from CorvinM/issue36942
...
Jinja line statements and comments
2017-11-13 12:02:16 -08:00
Benedikt Werner
d568c73c76
Prepend root dir config to autosign_grains_dir
2017-10-29 13:53:55 +01:00
Benedikt Werner
fbe4fa81d5
Added docs for autoaccepting grains
2017-10-29 13:53:49 +01:00