Skip to content

Instantly share code, notes, and snippets.

@arnesund
Created February 5, 2015 13:10
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 arnesund/7332e15c5eb9df8c55aa to your computer and use it in GitHub Desktop.
Save arnesund/7332e15c5eb9df8c55aa to your computer and use it in GitHub Desktop.
Simple Cloud-init Config Example for Apache
#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