Skip to content

Commit 32cab65

Browse files
author
jtimberman
committed
rename base example role, and comment run_list and attributes by default
1 parent ad6b63c commit 32cab65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name "base"
1+
name "base_example"
22
description "Base role applied to all nodes."
3-
# List of recipes and roles to apply.
4-
run_list()
3+
# List of recipes and roles to apply. Requires Chef 0.8, earlier versions use 'recipes()'.
4+
#run_list()
55

66
# Attributes applied if the node doesn't have it set already.
7-
default_attributes()
7+
#default_attributes()
88

99
# Attributes applied no matter what the node has set already.
10-
override_attributes()
10+
#override_attributes()

0 commit comments

Comments
 (0)