Skip to content

Instantly share code, notes, and snippets.

@phinze
Created July 23, 2012 18:12
Show Gist options
  • Save phinze/3165104 to your computer and use it in GitHub Desktop.
Save phinze/3165104 to your computer and use it in GitHub Desktop.
sudoers::allowed_command { 'everyone-can-run-riak-admin-as-riak':
command => '/usr/sbin/riak-admin',
user => 'ALL',
run_as => 'riak',
require_password => false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment