Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

init.sls

  • alxwr's avatar
    4af4ff59
    Restart (if needed) before reload (#244) · 4af4ff59
    alxwr authored
    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.
    4af4ff59
    History
    Restart (if needed) before reload (#244)
    alxwr authored
    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.