natalieswork
15849a5911
removing azure code from repo
2023-05-22 14:21:25 -04:00
jeanluc
0873ece26c
Add match runner
2023-05-15 20:45:48 +00: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
Pedro Algarvio
fecf5b16b3
Grammar fix
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-04-25 11:49:53 +01:00
James Howe
31bd68ebb2
Change saltenv description
...
I don't know what it's trying to say about "isolation" and it confuses a lot of people.
(cherry picked from commit 52e795a0f5
)
2023-04-25 11:49:53 +01:00
Daniel A. Wozniak
58b02266de
Add docs and changelog for #63747
2023-04-13 12:30:40 +01:00
Gareth J. Greenaway
13aed44e86
requested fixes.
2023-04-11 18:24:26 +00:00
Gareth J. Greenaway
35fb908059
updating requisite documentation to include cmd_opts_exclude.
2023-04-11 18:24:26 +00: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
Pedro Algarvio
c4beeb8fb9
Fix doc builds
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-02-18 17:38:23 +00:00
Gareth J. Greenaway
800ca02398
Merge branch 'master' into metadata_azure
2023-02-09 09:45:51 -08:00
Pedro Algarvio
6c819439b5
Add a few more nice to have hooks
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-02-07 07:10:13 +00:00
Gareth J. Greenaway
aad8c7bb75
Merge branch 'master' into metadata_azure
2023-02-03 18:37:58 -08:00
Gareth J. Greenaway
3aa8c67ea1
Merge pull request #63316 from barneysowood/state-events-option
...
Add state_events option for state module functions
2023-02-03 08:31:07 -08:00
jeanluc
c1fc63d39a
Update docs
2023-02-02 13:45:19 -07:00
Barney Sowood
e512c9767a
Adds documentation on fire_events to master events
...
Adds documentation on the fire_events state option to the
Salt Master Events doc for completeness.
2023-02-02 16:06:44 +00:00
guvishal989
5e9b82c201
Merge branch 'master' into metadata_azure
2023-02-02 14:22:06 +05:30
Vishal Gupta
f384888b6f
metadata_azure: added tests and docs
2023-02-01 20:03:35 +05:30
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
Nicholas Hughes
8a0e6ce431
Merge branch 'master' into add-queue-config-and-max-limit
2022-12-23 09:20:34 -05:00
jeanluc
49a77dbba7
Add x509_v2 modules
2022-12-22 08:00:41 -07:00
nicholasmhughes
d8c5180bf5
fixes saltstack/salt#31468 allow users to enable 'queue=True' for all state runs via config file
2022-12-21 13:25:18 -05: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
Sebastian Marsching
02a1ee476e
Extend OpenVSwitch modules ( closes #58986 ).
...
This adds the new openvswitch_db state module. It also adds the new
functions bridge_to_parent, bridge_to_vlan, db_get, and db_set to the
openvswitch execution module.
Besides, it adds two new optional parameters parent and vlan to the
openvswitch_bridge.present state module function and the
openvswitch.bridge_create execution module function.
2022-12-09 19:43:03 +01:00
Gareth J. Greenaway
4212c320e6
Restore the previous slack engine and deprecate it, rename replace the slack engine to slack_bolt until deprecation
2022-12-07 09:13:55 -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
Nicholas Hughes
01cd8f2d73
Merge branch 'master' into add-global-state-conditions
2022-11-21 09:12:02 -05:00
nicholasmhughes
05caa58d34
renaming envfile serializer to keyvalue
2022-11-08 12:52:59 -07:00
nicholasmhughes
b5749fc6d1
fixes saltstack/salt#62983 add environment file serializer
2022-11-08 12:52:59 -07:00
Nicholas Hughes
5c8b2083b4
Merge branch 'master' into add-global-state-conditions
2022-11-03 12:03:46 -04:00
Erik Johnson
765a5f0808
Add umask as a global state argument
...
This removes the umask argument from cmd states and makes it a global
state argument.
2022-11-01 14:18:38 -06:00
James Howe
327664a375
Title underline too short
2022-10-31 13:19:25 -06:00
James Howe
ed9188f6c2
Update requisite matching
...
Properly document how identifier matching works.
Reorder sections to a more logical progression.
Remove duplicate section.
Remove section on high data implementation details that doesn't make anything clearer.
2022-10-31 13:19:25 -06:00
Twangboy
8ab898128f
Fix docs
2022-10-28 14:36:07 -06:00
nicholasmhughes
d6488ea30e
fix underline too short
2022-10-28 14:36:06 -06:00
nicholasmhughes
d258b87a08
fixes saltstack/salt#62446 add global_state_conditions handling
2022-10-28 14:36:06 -06:00
Gareth J. Greenaway
d5ad5cbda7
Merge branch 'master' into patch-1
2022-10-26 11:21:11 -07:00
Wayne Werner
e53bb86269
fix small typo
...
Missed reviewing the other PR, this one fixes some formatting strings
(yay, rST).
2022-10-24 13:34:22 -05:00
Alyssa Rock
a359602147
Add information about logging for non-Python users
2022-10-24 10:06:40 -06:00
Geoff
0f5088f766
Change slightly order of doc/ref/index.rst
...
I think this change will cause the table of contents for the Salt Module Reference to list execution modules just after engine modules, which is in alphabetical order. Currently the execution modules are slighly lower in the table of contents, and seems to be the only entry that is not in alphabetical order (at least, as an English reader).
2022-10-21 22:58:54 -07:00
piterpunk
d1932fa3c5
Added sysfs state module to manage kernel objects
2022-10-21 13:24:12 -06:00
Shane Lee
4c3638bd14
Merge branch 'master' into doc-fixes
2022-10-20 10:44:53 -07:00
Twangboy
6050c91ff1
Add to toctree to fix docs build... hopefully
2022-10-17 17:32:35 -06:00
Twangboy
58a60ec17d
Remove 'undoc-members'
2022-10-17 17:14:00 -06:00
Twangboy
b9bfa808a5
Fix some pre-commit
2022-10-17 17:09:34 -06: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