]> git.openstreetmap.org Git - chef.git/commitdiff
Add tile log analysis role to ironbelly.
authorMatt Amos <zerebubuth@gmail.com>
Mon, 15 Dec 2014 18:36:05 +0000 (18:36 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Wed, 31 Dec 2014 14:10:06 +0000 (14:10 +0000)
roles/ironbelly.rb

index 34c03de71563680c5ddfe6fb23ce3a05e4d4b174..821912a1930165100b7d2b4e39b21b0fb2d644cd 100644 (file)
@@ -99,5 +99,6 @@ run_list(
   "role[planetdump]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
-  "recipe[git::server]"
+  "recipe[git::server]",
+  "recipe[planet::tilelog]"
 )