From: Matt Amos Date: Mon, 15 Dec 2014 18:36:05 +0000 (+0000) Subject: Add tile log analysis role to ironbelly. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b1e2379f26584ff54bf236128d99a245b37226eb Add tile log analysis role to ironbelly. --- diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 34c03de71..821912a19 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -99,5 +99,6 @@ run_list( "role[planetdump]", "recipe[rsyncd]", "recipe[openvpn]", - "recipe[git::server]" + "recipe[git::server]", + "recipe[planet::tilelog]" )