Update init.cfg

This commit is contained in:
Edward Viaene
2017-04-09 21:25:49 +02:00
committed by GitHub
parent 72bb5c3e26
commit 76ab423eee
+5
View File
@@ -6,6 +6,11 @@ repo_upgrade: all
packages:
- docker.io
- lvm2
runcmd:
- [ systemctl, daemon-reload ]
- [ systemctl, enable, docker.service ]
- [ systemctl, start, --no-block, docker.service ]
output:
all: '| tee -a /var/log/cloud-init-output.log'