docker does not provision a docker group anymore, so do not add vagrant user to it

This commit is contained in:
derekwaynecarr
2015-02-10 10:36:56 -05:00
parent a84e94574f
commit 46eb657722
4 changed files with 2 additions and 12 deletions

View File

@@ -55,7 +55,6 @@ grains:
apiservers: '$(echo "$MASTER_IP" | sed -e "s/'/''/g")'
roles:
- kubernetes-pool
- kubernetes-pool-vagrant
cbr-cidr: '$(echo "$CONTAINER_SUBNET" | sed -e "s/'/''/g")'
minion_ip: '$(echo "$MINION_IP" | sed -e "s/'/''/g")'
EOF