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