]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nl.rb
Add roles from the private repository
[chef.git] / roles / nl.rb
diff --git a/roles/nl.rb b/roles/nl.rb
new file mode 100644 (file)
index 0000000..e42f1b2
--- /dev/null
@@ -0,0 +1,10 @@
+name "nl"
+description "Role applied to all servers located in the Netherlands"
+
+override_attributes(
+  :country => "nl"
+)
+
+run_list(
+  "role[base]"
+)