Skip to content

Instantly share code, notes, and snippets.

Created August 12, 2013 17:43
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/6213197 to your computer and use it in GitHub Desktop.
Save anonymous/6213197 to your computer and use it in GitHub Desktop.
/etc/apache2/mods-enabled/ssl.conf:
- file.symlink:
- cwd: /etc/apache2/
- target: ../mods-available/ssl.conf
- require:
- pkg: apache
/etc/apache2/mods-enabled/ssl.load:
- file.symlink:
- cwd: /etc/apache2/
- target: ../mods-available/ssl.load
- require:
- pkg: apache
/etc/apache2/mods-enabled/rewrite.load:
file.symlink:
- cwd: /etc/apache2/
- target: ../mods-available/rewrite.load
- require:
- pkg: apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment