mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-12 19:27:21 +01:00
Add docker to Vagrant box
This commit is contained in:
parent
558ee4366f
commit
13d0408823
10
salt/roots/docker.sls
Normal file
10
salt/roots/docker.sls
Normal file
@ -0,0 +1,10 @@
|
||||
docker.io:
|
||||
pkg:
|
||||
- installed
|
||||
|
||||
vagrant:
|
||||
user:
|
||||
- present
|
||||
- groups:
|
||||
- docker
|
||||
- remove_groups: False
|
@ -2,5 +2,6 @@
|
||||
base:
|
||||
'*':
|
||||
- ntp
|
||||
- docker
|
||||
- dev
|
||||
- golang
|
||||
|
Loading…
Reference in New Issue
Block a user