]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gps-tile.rb
Initial work on a chef cookbook for the GPS tile server
[chef.git] / roles / gps-tile.rb
diff --git a/roles/gps-tile.rb b/roles/gps-tile.rb
new file mode 100644 (file)
index 0000000..0b20f71
--- /dev/null
@@ -0,0 +1,16 @@
+name "gps-tile"
+description "Role applied to all GPS tile servers"
+
+default_attributes(
+  :accounts => {
+    :users => {
+      :gpstile => :role,
+      :enf => { :status => :administrator }
+    }
+  }
+)
+
+run_list(
+  "recipe[memcached]",
+  "recipe[gps-tile]"
+)