Commit graph

117764 commits

Author SHA1 Message Date
twangboy
998dd6aa31 Don't use dunder modules in a salt util 2023-06-06 18:48:58 +00:00
twangboy
6aab93fcf2 Don't log powershell command 2023-06-06 18:48:58 +00:00
twangboy
499c8ea103 Add versionadded 2023-06-06 18:48:58 +00:00
Twangboy
4e7e6d8b3d Fix docs for appx.absent state module 2023-06-06 18:48:58 +00:00
Twangboy
6ce69654c7 Reformat docs to find sphinx error... I think I found it 2023-06-06 18:48:58 +00:00
Twangboy
b1ae2106c2 Try code-block bash 2023-06-06 18:48:58 +00:00
Twangboy
1bcaac0479 Replace tildes with dashes 2023-06-06 18:48:58 +00:00
Twangboy
f8c54ddcfe Change wording in docstring to fix literal start-string error 2023-06-06 18:48:58 +00:00
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
Twangboy
28de02a201 Fix pre-commit 2023-06-06 18:48:58 +00:00
Twangboy
78c8c11787 Add changelog 2023-06-06 18:48:58 +00:00
Twangboy
7c6d550123 Add tests 2023-06-06 18:48:58 +00:00
Twangboy
608f7acfa2 Add appx.absent state, remove duplicated code 2023-06-06 18:48:58 +00:00
Twangboy
d9b5ee5429 Rename to list_deprovisioned 2023-06-06 18:48:58 +00:00
Twangboy
bc1217c99d Add some documentation, add functions and states in dism modules 2023-06-06 18:48:58 +00:00
Twangboy
e7785cb886 Add ability to filter reprovision apps 2023-06-06 18:48:58 +00:00
Twangboy
634b405481 Add docs, filter deprovisioned 2023-06-06 18:48:58 +00:00
Twangboy
2fc5af765b Add ability to reprovision an app 2023-06-06 18:48:58 +00:00
Twangboy
3a50ab534b Add appx execution module 2023-06-06 18:48:58 +00:00
Pedro Algarvio
d3b82ebdcc Update supported versions in noxfile.py
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-06-06 11:13:17 +01:00
Pedro Algarvio
c84b2df3a9 Add drop Py3.7 support to release notes and changelog
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-06-06 11:13:17 +01:00
Megan Wilhite
398ebb961e
Merge branch 'master' into add-keyvalue-create_if_missing 2023-06-05 20:11:25 +00:00
Daniel Mach
8dfc923876 Fix utf8 handling in 'pass' renderer and make it more robust 2023-06-05 20:10:49 +00:00
Daniel Mach
098dae15cb Migrate string formatting in 'pass' renderer to a f-string 2023-06-05 20:10:49 +00:00
Megan Wilhite
f012ab6313 Remove changelog 2023-06-05 19:57:18 +00:00
piterpunk
4b8fea8607 Added changelog entry 2023-06-05 19:57:18 +00:00
Elias Probst
a89d53d89c auth: correct typos in docstrings 2023-06-05 19:57:18 +00:00
Augustas
5a10df14ed Update walkthrough_macosx.rst
precise64 image is non existing anymore on vagrantup servers. Also changed instructions with new approach to setup virtualbox image name while executing vagrant init command.
2023-06-05 19:56:55 +00:00
jeanluc
f5ce55dd47 Address review comments 2023-06-05 19:56:32 +00:00
jeanluc
c15f469b4f Rename changelog files to .md 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
jeanluc
20ac30d1e5 Add tests for issue 52164 2023-06-05 19:56:32 +00:00
Pedro Algarvio
e18d829f36 Drop Python 3.7 support.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-06-05 20:55:24 +01:00
nicholasmhughes
d988dfb5b2 fixes saltstack/salt#64420 'unable to unmount' failure should return False result 2023-06-05 19:53:52 +00:00
twangboy
7d765c5fcc Fix issue overwriting existing values in Registry.pol 2023-06-05 19:42:32 +00:00
MKLeb
c909a7293a Adjsut ansible roster docs to be consistent and parsable 2023-06-05 19:31:05 +00:00
MKLeb
6ea70ae3f9 Add tests for the ansible roster docs 2023-06-05 19:31:05 +00:00
twangboy
41d9f33c3f Don't report failure on task manager installs 2023-06-02 19:44:58 +00:00
David Murphy
692447efeb Updated tests to chek lowercase output to SELinux config file 2023-06-01 14:17:44 +00:00
David Murphy
47ed2951dd Revert case change 2023-06-01 14:17:44 +00:00
David Murphy
161fbe5d88 Only run on Linux since SELinux tests 2023-06-01 14:17:44 +00:00
David Murphy
d49dc61788 Only need to alter modesting which is written to SELinux config file 2023-06-01 14:17:44 +00:00
David Murphy
f4a2f1f800 Changed test to only run on Linux, since SELinux test 2023-06-01 14:17:44 +00:00
David Murphy
2b5022d1a9 Updated test comparison string 2023-06-01 14:17:44 +00:00
David Murphy
117a447f99 Updated selinux state test 2023-06-01 14:17:44 +00:00
David Murphy
66185ef0c1 Ensure selinux values are handled lowercase 2023-06-01 14:17:44 +00:00
Megan Wilhite
d9a421d014
Merge pull request #64323 from natalieswork/remove-azure
[master] Remove azure
2023-06-01 12:58:06 +00:00
Daniel A. Wozniak
d50ba4de9b Update changelog entry 2023-05-31 15:59:57 -07:00