X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b3ee7b1035952ca54061e6cc5c058805101b4cce..b48a593c1d23cf965eb42c6993cba78850dcf9f2:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index fb0bea3b5..9da56f28c 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -27,6 +27,16 @@ default_attributes( :passenger => { :max_pool_size => 50 }, + :planet => { + :current => { + :jobs => { + :taginfo => { + :command => "/usr/local/bin/taginfo-update", + :user => "taginfo" + } + } + } + }, :taginfo => { :sites => [ { @@ -42,5 +52,6 @@ default_attributes( ) run_list( + "role[planet-current]", "recipe[taginfo]" )