]> git.openstreetmap.org Git - chef.git/blobdiff - roles/switch2osm.rb
Add roles from the private repository
[chef.git] / roles / switch2osm.rb
diff --git a/roles/switch2osm.rb b/roles/switch2osm.rb
new file mode 100644 (file)
index 0000000..5b9eba0
--- /dev/null
@@ -0,0 +1,6 @@
+name "switch2osm"
+description "Role applied to switch2osm servers"
+
+run_list(
+  "recipe[switch2osm]"
+)