]> git.openstreetmap.org Git - chef.git/commitdiff
Make Eric Fischer an administrator on noquiklos
authorTom Hughes <tom@compton.nu>
Sun, 6 Oct 2013 14:26:26 +0000 (15:26 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 6 Oct 2013 14:26:26 +0000 (15:26 +0100)
roles/gpx-tile.rb [new file with mode: 0644]
roles/noquiklos.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 }
+    }
+  }
+)
index 0539527966cfb8eaef708bf67d62cfcc90569b2b..465424116e18ccf0c159a322b48513fb8652541c 100644 (file)
@@ -21,5 +21,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-internal]",
+  "role[gpx-tile]"
 )