diff options
Diffstat (limited to 'chef/spec/data/nodes/default.rb')
-rw-r--r-- | chef/spec/data/nodes/default.rb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chef/spec/data/nodes/default.rb b/chef/spec/data/nodes/default.rb new file mode 100644 index 0000000000..e1c3cff92e --- /dev/null +++ b/chef/spec/data/nodes/default.rb @@ -0,0 +1,15 @@ +## +# Nodes should have a unique name +## +name "test.example.com default" + +## +# Nodes can set arbitrary arguments +## +sunshine "in" +something "else" + +## +# Nodes should have recipes +## +recipes "operations-master", "operations-monitoring" |