Created
March 7, 2012 19:45
-
-
Save nhunzaker/1995532 to your computer and use it in GitHub Desktop.
Configuring Chef Example 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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