]> git.openstreetmap.org Git - chef.git/blobdiff - roles/taginfo.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / taginfo.rb
index 05e4bf9bf6dbd8431c69307ad0acaa260557c4cc..c7d3d5b51cd7ecdf2905d385e266be97fae9cd10 100644 (file)
@@ -8,7 +8,6 @@ default_attributes(
         :status => :administrator
       },
       :taginfo => {
-        :status => :role,
         :members => [:jochen, :tomh]
       }
     }
@@ -29,9 +28,11 @@ default_attributes(
   },
   :planet => {
     :current => {
-      :taginfo => {
-        :command => "/usr/local/bin/taginfo-update",
-        :user => "taginfo"
+      :jobs => {
+        :taginfo => {
+          :command => "/usr/local/bin/taginfo-update",
+          :user => "taginfo"
+        }
       }
     }
   },