Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created March 7, 2012 19:45
Show Gist options
  • Save nhunzaker/1995532 to your computer and use it in GitHub Desktop.
Save nhunzaker/1995532 to your computer and use it in GitHub Desktop.
Configuring Chef Example 3
name "base"
description "Base role applied to all nodes."
run_list( "recipe[users::sysadmins]", "recipe[sudo]", "recipe[apt]", "recipe[git]" )
override_attributes( :authorization => { :sudo => { :users => ["your_name"], :passwordless => true } } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment