Twangboy
636eb42a4a
Add appx to doctree
2023-06-06 18:48:58 +00:00
Twangboy
a0ee6df8bc
Add missing doc stubs, use f-strings, add CLI examples
2023-06-06 18:48:58 +00:00
jeanluc
f5ce55dd47
Address review comments
2023-06-05 19:56:32 +00:00
jeanluc
cc27e2a19a
Clarify that exact pillar matching is supported
2023-06-05 19:56:32 +00:00
jeanluc
278368b908
Correct peer communication docs
2023-06-05 19:56:32 +00:00
Megan Wilhite
d9a421d014
Merge pull request #64323 from natalieswork/remove-azure
...
[master] Remove azure
2023-06-01 12:58:06 +00:00
faivirol
0ab0177629
update
2023-05-31 19:00:56 +00:00
faivirol
a0ca327de7
Clarify that it is execution modules that sync returners
2023-05-31 19:00:56 +00:00
Nicholas Hughes
a34d42b276
Merge branch 'master' into remove-azure
2023-05-23 11:04:16 -04:00
natalieswork
bd10d94449
removing references to Azure from existing files
2023-05-22 16:07:26 -04:00
Tanmoy037
82ba2a5da8
remove the header comment about masterless
2023-05-22 19:50:48 +00:00
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