Skip to content

Commit

Permalink
Merge pull request #63 from juliandunn/BENTO-56
Browse files Browse the repository at this point in the history
[BENTO-56] Fix missing vagrant user in the sudoers file
  • Loading branch information
juliandunn committed Jul 3, 2013
2 parents fc2c8d0 + 0aadbf1 commit 4531e1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions definitions/.suse/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
:os_type_id => 'OpenSUSE_64',
:postinstall_files => [ "vagrant.sh",
"sshd.sh",
"sudoers.sh",
"cleanup.sh",
"minimize.sh" ],
:shutdown_cmd => "/sbin/halt -h -p" })
3 changes: 3 additions & 0 deletions definitions/.suse/sudoers.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# update sudoers - can't do this in autoinst.xml
echo -e "\nupdate sudoers ..."
echo -e "vagrant ALL=(ALL) NOPASSWD: ALL\n" >> /etc/sudoers
1 change: 1 addition & 0 deletions definitions/sles-11-sp2-i386/sudoers.sh
1 change: 1 addition & 0 deletions definitions/sles-11-sp2/sudoers.sh

0 comments on commit 4531e1b

Please sign in to comment.