]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Upgrade ouroboros to chef 12
[chef.git] / roles / nominatim.rb
index 0aa56aaf40c74e8ed77089ddcad8dfd58bfb7af3..a6d772e43c2859875071026d914ed11ee884ae03 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
       :twain => { :status => :administrator },
       :nominatim => {
         :status => :role,
-        :members => [ :lonvia, :tomh, :twain ]
+        :members => [:lonvia, :tomh, :twain]
       }
     }
   },
@@ -22,6 +22,11 @@ default_attributes(
       :threads_per_child => 50
     }
   },
+  :chef => {
+    :client => {
+      :version => "12.1.2-1"
+    }
+  },
   :postgresql => {
     :settings => {
       :defaults => {
@@ -64,7 +69,7 @@ default_attributes(
     :network_conntrack_max => {
       :comment => "Increase max number of connections tracked",
       :parameters => {
-         "net.netfilter.nf_conntrack_max" => "131072"
+        "net.netfilter.nf_conntrack_max" => "131072"
       }
     }
   },