]> git.openstreetmap.org Git - chef.git/blobdiff - roles/taginfo.rb
Remove gpximport role from spike-01
[chef.git] / roles / taginfo.rb
index 05e4bf9bf6dbd8431c69307ad0acaa260557c4cc..9da56f28c2903015501474ff6079101bc25f0a49 100644 (file)
@@ -29,9 +29,11 @@ default_attributes(
   },
   :planet => {
     :current => {
-      :taginfo => {
-        :command => "/usr/local/bin/taginfo-update",
-        :user => "taginfo"
+      :jobs => {
+        :taginfo => {
+          :command => "/usr/local/bin/taginfo-update",
+          :user => "taginfo"
+        }
       }
     }
   },