Pedro Algarvio
a749ec551a
Start writing the release notes in markdown.
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-02-17 05:28:37 +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
Pedro Algarvio
cea048be5f
Update docs related requirements
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-02-04 14:11:36 +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
Barney Sowood
95cc18e6a4
Add documentation on the state_event option
...
Adds additional documentation on the state_events option to the
Salt Master Events doc
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
James Howe
98737aa542
Mention that a restart is needed
2023-01-30 13:18:34 -07:00
Daniel A. Wozniak
682777e1d1
Add tools docs
2023-01-27 07:35:00 -07:00
Megan Wilhite
c45f22596c
Fix doc error
2023-01-26 13:14:19 -07:00
Megan Wilhite
7e7eef6d59
Update doc/topics/packaging/index.rst
...
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2023-01-26 13:14:19 -07:00
Megan Wilhite
b903b01cb9
Add initial onedir packaging documentation
2023-01-26 13:14:19 -07:00
Barney Sowood
83ec0e3234
Update release notes for 3006 to point at new
...
netapi-enable-clients docs.
2023-01-26 13:04:43 -07:00
Barney Sowood
cd42d4eeef
Add netapi_enable_clients process doc
...
Adds documentation on how to enable netapi client interfaces and
test those once enabled.
2023-01-26 13:04:43 -07:00
Barney Sowood
22f4009188
Rework netapi modules documentation
...
Reworks the netapi module documentation to make it clearer.
* Updated introduction to make a simpler summary and explain
relationship between netapi modules, NetapiClient and the Python API
* Removes references to protocols not supported by any included netapi
modules (XMPP, XMLRPC)
* Removes outdated reference to situation pre-2014.7.0
* Updates client interfaces section to clarify explanation of client
interfaces, how they relate to other parts of Salt and list the main
interfaces.
* Add configuration section to point to netapi_enable_clients docs and
explain per module configuration.
* Add developing modules section and move NetapiClient class
documentation to seperate page as it isn't relevant for just using
netapi modules.
2023-01-26 13:04:43 -07:00
Barney Sowood
4fb47426c2
Add run function to NetapiClient class docs
...
Adds the run function to the NetapiClient class docs. The docstring for
the class includes an example using run() but the function wasn't
included in members so in the generate doc the example didn't match any
of the described functions.
2023-01-26 13:04:43 -07:00
Daniel A. Wozniak
26f7a4c17e
Fix typo
2023-01-11 10:36:26 -07:00
Daniel A. Wozniak
cb88480cc5
Update docs
2023-01-11 10:36:26 -07:00
Barney Sowood
075d2e1f4c
Remove toc link to http tutorial in netapi page
...
Removes toc link to ../tutorials/http in the netapi index page. The
http modules tutorial is not relevant and I suspect this was added
by mistake.
2023-01-10 13:43:21 -07:00
Nicholas Hughes
8a0e6ce431
Merge branch 'master' into add-queue-config-and-max-limit
2022-12-23 09:20:34 -05:00
Alyssa Rock
813c66e1ba
Change the phrasing for clarity
2022-12-22 14:31:34 -07:00
Alyssa Rock
8e12cdf8d5
Fix formatting issue
2022-12-22 14:27:32 -07:00
Alyssa Rock
4aa669d900
Fix broken link in 3006 release notes
2022-12-22 14:24:00 -07: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
Alyssa Rock
364d514df2
Remove old release candidate install instructions
2022-12-20 07:18:58 -07:00
Alyssa Rock
33d2dd7c1e
Merge branch 'master' into import-readme-contributing
2022-12-12 14:50:46 -07:00
Alyssa Rock
cbb629cff1
Fix docs build breaking errors
2022-12-12 14:11:32 -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
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
Megan Wilhite
4b209e3ee3
Update latest_version in doc/conf.py to include .0
2022-12-09 07:19:53 -07:00
Megan Wilhite
c63f91e262
Ensure 3006 version is now 3006.0
2022-12-09 07:19:53 -07: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
896a7adaa2
Add netapi_enable_clients info to release doc
...
Adds information on the netapi_enable_clients changes to the 3006
release document.
2022-12-02 12:47:52 +00:00
Barney Sowood
71f689402a
Add documentation for netapi_enable_clients
...
Adds documentation for netapi_enable_clients to the netapi reference
documentation.
2022-12-02 11:47:52 +00: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
Gareth J. Greenaway
a83340da40
Merge pull request #63137 from DaAwesomeP/patch-1
...
Add documentation for pygit2 on Debian
2022-11-29 17:06:34 -08:00
Perry Naseck
280d30f11e
update Debian pygit2 issue instructions for onedir
2022-11-29 14:46:56 -05:00
Perry Naseck
085b33f013
Merge branch 'master' into patch-1
2022-11-29 14:45:51 -05:00
Lukas Raska
95ccd20826
Correct TCP transport documentation regarding master-side filtering
2022-11-28 18:52:11 +01: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