X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f712c160d80bb100bf99fa38793c26d8024f2002..3d7c0e60abe0808fb82da2009e8f92963b992369:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index c7d3d5b51..40bffdce2 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -26,16 +26,6 @@ default_attributes( :passenger => { :max_pool_size => 50 }, - :planet => { - :current => { - :jobs => { - :taginfo => { - :command => "/usr/local/bin/taginfo-update", - :user => "taginfo" - } - } - } - }, :taginfo => { :sites => [ { @@ -51,6 +41,5 @@ default_attributes( ) run_list( - "role[planet-current]", "recipe[taginfo]" )