David Murphy
David Murphy
### What does this PR do? WIP - Generate a full build of the develop branch
### What does this PR do? Corrects bash-completion for Debian / Ubuntu. When the relenv architecture was created, the RedHat bash completion file ```salt.bash``` was used for Debian / Ubuntu...
### What does this PR do? Ensures that grains are sync'd before loading grains and then compiling pillar, since there could be custom grains used in pillar files, which will...
### What does this PR do? Resolving permission conflict between master and syndic for /var/cache/salt/master/proc (when using scheduling on master) ### What issues does this PR fix or reference? Fixes...
### What does this PR do? ### What issues does this PR fix or reference? Fixes ### Previous Behavior Remove this section if not relevant ### New Behavior Remove this...
### What does this PR do? Full test build only - checking testing ### What issues does this PR fix or reference? Fixes Nothing ### Commits signed with GPG? Yes...
### What does this PR do? Adds cryptography as a dependency to base.txt requirements. This will ensure that cryptography is installed as a dependency when pip installing salt, currently even...
[WIP] [3006.x] Fix failure to fetch latest pillar data after being updated in git pillar repo branch
### What does this PR do? Resolve cache refresh issue with git pillar ### What issues does this PR fix or reference? Fixes https://github.com/saltstack/salt/issues/65467 ### Previous Behavior Pillar not updated...
### What does this PR do? Adds service files for salt-minion, salt-master, salt-syndic and salt-api to /etc/init.d ### What issues does this PR fix or reference? Fixes https://github.com/saltstack/salt/issues/67888 ### Previous...
**Description** RPM packages are missing their init.d scripts. Since 3006.0 rpm packages are missing their /etc/init.d/salt-xxxx scripts, see associated issue for Debian https://github.com/saltstack/salt/issues/67765 **Setup** (Please provide relevant configs and/or SLS...