Skip to content

Commit

Permalink
Update init.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene authored Apr 9, 2017
1 parent 72bb5c3 commit 76ab423
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo-10/scripts/init.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 76ab423

Please sign in to comment.