Skip to content

Instantly share code, notes, and snippets.

@raphink
Last active August 29, 2015 14:04
Show Gist options
  • Save raphink/f0756d5e4e1ec3b8d996 to your computer and use it in GitHub Desktop.
Save raphink/f0756d5e4e1ec3b8d996 to your computer and use it in GitHub Desktop.
Augeas for aurynn
# Setting up !requiretty
augtool> touch /files/etc/sudoers/Defaults[last()]/requiretty/negate
# For a user alias, the best is to use a variable with defnode
augtool> defnode alias /files/etc/sudoers/User_Alias/alias/name "EXAMPLE_ADMINS"
augtool> set $alias/../user "cslack"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment