Fix regression introduced when moving to standalone salt

This commit is contained in:
derekwaynecarr
2015-03-10 16:47:26 -04:00
parent 20853410bd
commit f71a91a131
2 changed files with 3 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ EOF
# Our minions will have a pool role to distinguish them from the master.
cat <<EOF >/etc/salt/minion.d/grains.conf
grains:
cloud: vagrant
network_mode: openvswitch
node_ip: '$(echo "$MINION_IP" | sed -e "s/'/''/g")'
etcd_servers: '$(echo "$MASTER_IP" | sed -e "s/'/''/g")'