Skip to content

Commit

Permalink
Update: add yixin to sudoers
Browse files Browse the repository at this point in the history
  • Loading branch information
xp-bar authored Apr 5, 2024
1 parent a746e58 commit 244ead4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/attributes/authorized_keys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

default_user = node["etc"]["passwd"].key?("vagrant") ? "vagrant" : "ubuntu"
default["authorization"]["sudo"] = default["authorization"]["sudo"].merge({
"users": [default_user, "ian", "hussain", "pablo", "nicholas", "dil"],
"users": [default_user, "ian", "hussain", "pablo", "nicholas", "dil", "yixin"],
"passwordless": "true",
"sudoers_defaults": [
"env_reset",
Expand Down

0 comments on commit 244ead4

Please sign in to comment.