Barney Sowood
Barney Sowood
### What does this PR do? ### What issues does this PR fix or reference? Fixes: #65264 ### Previous Behaviour ### New Behavior Remove this section if not relevant ###...
### What does this PR do? ### What issues does this PR fix or reference? Fixes: #65264 ### Previous Behaviour ### New Behavior Remove this section if not relevant ###...
Pulling in changes from #232 and trying work out the remaining issues on tests
**Description** Running the salt-master process under the `salt` user breaks pam eauth as the `salt` user can't read `/etc/shadow` and `/etc/gshadow` This issue is documented in [SEP19](https://github.com/saltstack/salt-enhancement-proposals/blob/master/accepted/0019-master-non-root.md#pam) and [Issue 7762](https://github.com/saltstack/salt/issues/7762)...
### Bug report info ```plain text act version: 0.2.76 GOOS: linux GOARCH: amd64 NumCPU: 2 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock Config files: /home/barney/.config/act/actrc: -P...
### What does this PR do? Enables tests for systemd status (enabled, active etc). These were added in #66218 but disabled. We should actually be testing this. Spotted this when...
Need to get a workflow set up to be able to create new releases and publish to Pypi so we can start getting new versions with fixes released.
### What does this PR do? Fixes issue with disk.tune passing incorrect args of "read-only", "read-write" rather than "setro" and "setrw" to blockdev. Also cleans up handling of args, so...
### What does this PR do? Adds the `blockdev` state module back. It had been removed as part of the module migration in https://github.com/saltstack/salt/pull/65971 but this is likely to have...
### What does this PR do? Adds the `mdadm` and `lvm` grains modules back in to core. The were removed as part of the community module migration in https://github.com/saltstack/salt/pull/65971, but...