]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
add role for standalone nominatim server and apply to poldi
[chef.git] / roles / ironbelly.rb
index 21047885f2cf9215c94ad44d4d62422a64c979b7..fb86c78f09e8d349428500cefda7860ac59d66c3 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to ironbelly"
 
 default_attributes(
   :apt => {
-    :sources => [ "ubuntugis-unstable" ]
+    :sources => ["ubuntugis-unstable"]
   },
   :git => {
     :allowed_nodes => "*:*",
@@ -97,6 +97,7 @@ run_list(
   "role[stats]",
   "role[planet]",
   "role[planetdump]",
+  "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",