I'm about the furthest thing from an expert on vagrant, but I've seen other plugins that perform actions in the guest VM as root without any password prompts at all (apparently without using sudo). E.g. vagrant-vbguest, which installs system packages, compiles a bit, and installs guest extensions within the guest.
Is there any possibility the same method could be used by vagrant-hostmanager? This would be more convenient than needing to edit /etc/sudoers (especially during the first run of the guest unless special care is taken with the order of provisioning).
I'm about the furthest thing from an expert on vagrant, but I've seen other plugins that perform actions in the guest VM as root without any password prompts at all (apparently without using sudo). E.g. vagrant-vbguest, which installs system packages, compiles a bit, and installs guest extensions within the guest.
Is there any possibility the same method could be used by vagrant-hostmanager? This would be more convenient than needing to edit /etc/sudoers (especially during the first run of the guest unless special care is taken with the order of provisioning).