Guest User

Untitled

a guest
Jun 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #cloud-config
  2. # Update apt database on first boot
  3. # (ie run apt-get update)
  4. #
  5. # Default: true
  6. #
  7. apt_update: true
  8.  
  9. # Upgrade the instance on first boot
  10. # (ie run apt-get upgrade)
  11. #
  12. # Default: false
  13. #
  14. apt_upgrade: true
  15.  
  16. packages:
  17. - python
  18. - vim
Add Comment
Please, Sign In to add comment