jakobadam / packer-qemu-templates

Packer qemu templates
Mozilla Public License 2.0
332 stars 175 forks source link

Sudo misconfigured on debian #24

Closed ch0k0bn closed 7 years ago

ch0k0bn commented 7 years ago

according to vagrant doc, vagrant should be able to sudo command on behalf of other users.

The config line should be: vagrant ALL=(ALL) NOPASSWD: ALL in debian/scripts/vagrant.sh it's: vagrant ALL=NOPASSWD:ALL

some ansible role like ANXS.Postgresql use this feature and will fail on box generated with current template.