Steve Groesz
Steve Groesz
Feature Request - might be useful? not sure what all that would entail to implement. uninstalling 'git' based installs could get complicated as there could be differences between salt versions....
Would systemd masking prevent the service from starting on reboot? the admin would need to remember to re-enable the service. would masking also prevent the admin from starting the service...
Should warn if process will not restart without killing the process. Will try the service.restart method. salt.modules.service is under-documented. https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.service.html ``` # salt 's*' minion.restart spartanapp: ---------- comment: - Not...