Created
February 5, 2015 13:10
-
-
Save arnesund/7332e15c5eb9df8c55aa to your computer and use it in GitHub Desktop.
Simple Cloud-init Config Example for Apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
packages: | |
- apache2 | |
runcmd: | |
- [ a2ensite, "000-default" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment