]> 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 06876abbb75c2698be29e6ad0696f54c833c5b21..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 => "*:*",
@@ -84,7 +84,7 @@ default_attributes(
       }
     }
   }
-);
+)
 
 run_list(
   "role[ic]",
@@ -97,6 +97,7 @@ run_list(
   "role[stats]",
   "role[planet]",
   "role[planetdump]",
+  "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",