Skip to content

Instantly share code, notes, and snippets.

@flamingspaz
Created November 3, 2013 19:52
Show Gist options
  • Save flamingspaz/7294086 to your computer and use it in GitHub Desktop.
Save flamingspaz/7294086 to your computer and use it in GitHub Desktop.
class { 'sudo': }
sudo::conf { 'wheel':
priority => 10,
content => "%wheel ALL=(ALL) NOPASSWD: ALL\n",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment