Browse Source

Added explanatory comment to the apache restart/reload module.wait states

master
Seth House 10 years ago
parent
commit
67b8518e47
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      apache/init.sls

+ 2
- 0
apache/init.sls View File

- name: {{ apache.service }} - name: {{ apache.service }}
- enable: True - enable: True


# The following states are inert by default and can be used by other states to
# trigger a restart or reload as needed.
apache-reload: apache-reload:
module: module:
- wait - wait

Loading…
Cancel
Save