Skip to content

Instantly share code, notes, and snippets.

/base.sls Secret

Created September 26, 2016 20:02
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 anonymous/05ade021530df367a09b867d4aa7e47a to your computer and use it in GitHub Desktop.
Save anonymous/05ade021530df367a09b867d4aa7e47a to your computer and use it in GitHub Desktop.
apache2:
service.running:
- enable: True
# Also watch_in in http.sls, ssl.sls
# Restart on changes:
- watch:
- file: /etc/apache2/sites-available/
- pkg: nextcloud_packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment