Skip to content

Commit

Permalink
rename base example role, and comment run_list and attributes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 25, 2010
1 parent ad6b63c commit 32cab65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/base.rb → roles/base_example.rb
@@ -1,10 +1,10 @@
name "base"
name "base_example"
description "Base role applied to all nodes."
# List of recipes and roles to apply.
run_list()
# List of recipes and roles to apply. Requires Chef 0.8, earlier versions use 'recipes()'.
#run_list()

# Attributes applied if the node doesn't have it set already.
default_attributes()
#default_attributes()

# Attributes applied no matter what the node has set already.
override_attributes()
#override_attributes()

0 comments on commit 32cab65

Please sign in to comment.