]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gpx-tile.rb
Make Eric Fischer an administrator on noquiklos
[chef.git] / roles / gpx-tile.rb
diff --git a/roles/gpx-tile.rb b/roles/gpx-tile.rb
new file mode 100644 (file)
index 0000000..522f684
--- /dev/null
@@ -0,0 +1,10 @@
+name "gpx-tile"
+description "Role applied to all GPX tile servers"
+
+default_attributes(
+  :accounts => {
+    :users => {
+      :enf => { :status => :administrator }
+    }
+  }
+)