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