-
- Downloads
Restart (if needed) before reload (#244)
Some configuration changes only take effect after a restart of the service. When the module 'apache-reload' is triggered too early, it fails which results in a false-negative result of the Salt run. In order to fix that 'apache-restart' and the service definition itself are put before 'apache-reload'. Reload should always succeed if restart did.
Please register or sign in to comment