UtahDave / salt-vagrant-demo

Demo of Salt in Vagrant. 1 master and 2 minions
Apache License 2.0
247 stars 191 forks source link

change box image to support vagrant higher version #5

Closed n0ndual closed 9 years ago

n0ndual commented 9 years ago

change box image can solve this problem #4 and the "hostnamectl not found" problem.

n0ndual commented 9 years ago

i use vagrant 1.7.3 and virtualbox 4.3.3 on Mac, "vagrant up" printed "hostnamectl command not found". so i changed virtualbox image to debian/wheezy64 and ubuntu/precise64, other errors including #4 occured. Changing to ubuntu/trusty64 finally worked!

UtahDave commented 9 years ago

Thanks!