Closed lanzafame closed 5 years ago
@jimpick testing out #13 and it seems the appends to /etc/sudoers file didn't work. After doing a vagrant ssh and cating the /etc/sudoers file it shows the default file.
/etc/sudoers
vagrant ssh
cat
I think I may have found a fix: https://stackoverflow.com/questions/323957/how-do-i-edit-etc-sudoers-from-a-script
@jimpick testing out #13 and it seems the appends to
/etc/sudoers
file didn't work. After doing avagrant ssh
andcat
ing the/etc/sudoers
file it shows the default file.