Skip to content

Instantly share code, notes, and snippets.

@vindir
Created June 15, 2012 21:24
Show Gist options
  • Save vindir/2938775 to your computer and use it in GitHub Desktop.
Save vindir/2938775 to your computer and use it in GitHub Desktop.
fnichols chef-user cookbook attempt.
name "ourusers"
description "Add users"
default_attributes(
"node" => {
"users" => "vindy"
}
)
run_list(
"recipe[users::sysadmins]",
"recipe[sudo]"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment