summaryrefslogtreecommitdiff
path: root/spec/data/cookbooks/openldap/recipes/one.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/data/cookbooks/openldap/recipes/one.rb')
-rw-r--r--spec/data/cookbooks/openldap/recipes/one.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/data/cookbooks/openldap/recipes/one.rb b/spec/data/cookbooks/openldap/recipes/one.rb
new file mode 100644
index 0000000000..d2d3cfd409
--- /dev/null
+++ b/spec/data/cookbooks/openldap/recipes/one.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"