Add docker to Vagrant box

This commit is contained in:
Martin Polden 2014-12-22 16:53:15 +01:00
parent 558ee4366f
commit 13d0408823
2 changed files with 11 additions and 0 deletions

10
salt/roots/docker.sls Normal file
View File

@ -0,0 +1,10 @@
docker.io:
pkg:
- installed
vagrant:
user:
- present
- groups:
- docker
- remove_groups: False

View File

@ -2,5 +2,6 @@
base:
'*':
- ntp
- docker
- dev
- golang