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