]> 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 85ba5e60d09ca18f619053c8aa7f6d448a38218c..fb86c78f09e8d349428500cefda7860ac59d66c3 100644 (file)
@@ -5,11 +5,6 @@ default_attributes(
   :apt => {
     :sources => ["ubuntugis-unstable"]
   },
-  :chef => {
-    :client => {
-      :version => "12.1.2-1"
-    }
-  },
   :git => {
     :allowed_nodes => "*:*",
     :user => "chefrepo",
@@ -102,6 +97,7 @@ run_list(
   "role[stats]",
   "role[planet]",
   "role[planetdump]",
+  "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",