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