Skip to content

Instantly share code, notes, and snippets.

@clementcohen
Created December 29, 2015 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clementcohen/686467c367044e0411bd to your computer and use it in GitHub Desktop.
Save clementcohen/686467c367044e0411bd to your computer and use it in GitHub Desktop.
{% from "apache/map.jinja" import apache with context %}
apache:
pkg.installed:
- name: {{ apache.server }}
service.running:
- name: {{ apache.service }}
- 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:
module.wait:
- name: service.reload
- m_name: {{ apache.service }}
apache-restart:
module.wait:
- name: service.restart
- m_name: {{ apache.service }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment