Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Make sure that our "vagrant" user automatically gets sudo-et
Browse files Browse the repository at this point in the history
  • Loading branch information
michiels committed Dec 30, 2014
1 parent 4f38028 commit de5cdfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .kitchen.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ suites:
- role[rails_passenger]
- role[sysadmins]
attributes:
authentication:
authorization:
sudo:
passwordless: true
users: ["vagrant"]
sysadmins:
jdoe:
password: "test"
Expand Down

0 comments on commit de5cdfe

Please sign in to comment.