We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6b63c commit 32cab65Copy full SHA for 32cab65
roles/base.rb renamed to roles/base_example.rb
@@ -1,10 +1,10 @@
1
-name "base"
+name "base_example"
2
description "Base role applied to all nodes."
3
-# List of recipes and roles to apply.
4
-run_list()
+# List of recipes and roles to apply. Requires Chef 0.8, earlier versions use 'recipes()'.
+#run_list()
5
6
# Attributes applied if the node doesn't have it set already.
7
-default_attributes()
+#default_attributes()
8
9
# Attributes applied no matter what the node has set already.
10
-override_attributes()
+#override_attributes()
0 commit comments