vmware-archive / salty-vagrant

Use Salt as a Vagrant provisioner.
BSD 2-Clause "Simplified" License
372 stars 64 forks source link

minion_id option not implemented #118

Open miromode opened 8 years ago

miromode commented 8 years ago

In the vagrant provisioner docs, it states that you can set the minion ID via minion_id: https://www.vagrantup.com/docs/provisioning/salt.html#minion-options

Yet, the minion_id attribute is not used anywhere in the provisioner. Seems like it should just be passing it to the salt bootstrap call with the -i option.

akoumjian commented 8 years ago

Hm, I'll look into it.