UtahDave / salt-vagrant-demo

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

minion keys for master work around for vagrant start #13

Closed cblument closed 8 years ago

cblument commented 8 years ago

Fixes #10 Vagrant will not start becasue it wants a public and private key for the master. This is a work around and the salt provisioner should be fixed so that when no_minion = true in Vagrantfile, what tests if minion keys are present is ignored.

UtahDave commented 8 years ago

Thanks, @cblument !