Skip to content

Instantly share code, notes, and snippets.

@artn
Last active August 31, 2017 05:41
Show Gist options
  • Save artn/56d85f8aa5d214396200ae4bbe75dabb to your computer and use it in GitHub Desktop.
Save artn/56d85f8aa5d214396200ae4bbe75dabb to your computer and use it in GitHub Desktop.
cloud-init
#cloud-config
packages:
- gcc
package_update: true
package_upgrade: true
package_reboot_if_required: true
#cloud-config
packages:
- autoconf
package_update: true
package_upgrade: true
package_reboot_if_required: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment