This commit is contained in:
Edward Viaene
2016-10-14 08:43:55 +00:00
parent 694bfbfb48
commit 6789aec679
9 changed files with 238 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#cloud-config
repo_update: true
repo_upgrade: all
packages:
- docker
- lvm2
output:
all: '| tee -a /var/log/cloud-init-output.log'