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
Daniel A. Wozniak
e8c016419b
Fix netapi tests
2023-05-31 15:59:57 -07:00
Daniel A. Wozniak
5ac48c5161
test fixes
2023-05-31 15:59:57 -07:00
Daniel A. Wozniak
e521194579
make_current is deprecated, remove it
2023-05-31 15:59:57 -07:00
Daniel A. Wozniak
063bf2959e
Do not conflict versoins for setup.py
2023-05-31 15:59:57 -07:00
Daniel A. Wozniak
3239877c78
Bump tornado to the newest version 6.3.2
2023-05-31 15:59:57 -07:00
MKLeb
fae0ebc96b
changelog
2023-05-31 20:23:39 +00:00
MKLeb
f9cb6e2b8a
Add assumed_creds
tests for utils/aws.py
2023-05-31 20:23:39 +00:00
MKLeb
219e6fdb1a
Fix updating __AssumeCache
while iterating over it
2023-05-31 20:23:39 +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
Matthieu Boileau
a8591dd658
Update docstring for an outdated URL
2023-05-31 18:59:39 +00:00
Julian Dehm
8547e63306
lxd: include devices in container tests
2023-05-31 18:57:31 +00:00
Julian Dehm
ec3b208d76
[lxd]: fix container_create not creating devices other than of type disk
2023-05-31 18:57:31 +00:00
natalieswork
18cd662eb6
Merge branch 'master' into remove-azure
2023-05-31 11:02:44 -04:00
Pedro Algarvio
560ab52ccf
Fixed file client private attribute reference on SaltMakoTemplateLookup
...
Fixes #64280
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-05-31 14:39:59 +00:00
Pedro Algarvio
3ae4e2aba5
Add wempy
template library to CI requirements now that it supports Py3
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-05-31 14:39:59 +00:00
Pedro Algarvio
3f92d3f934
Migrate tests/unit/utils/test_templates.py
to pytest
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-05-31 14:39:59 +00:00
Pedro Algarvio
32a7c51b40
f
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-05-31 14:39:59 +00:00