]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Revert "Reduce CPU up scaling for IC systems due to cooling pressure"
[chef.git] / roles / nominatim.rb
index 6c7d972cf3569200d13b3a052ba134e2b4d65398..bf509dddecf4da211f6f31327ed28f8351c5f2f7 100644 (file)
@@ -8,8 +8,8 @@ default_attributes(
       :twain => { :status => :administrator },
       :nominatim => {
         :status => :role,
-        :members => [ :lonvia, :tomh, :twain ]
-      },
+        :members => [:lonvia, :tomh, :twain]
+      }
     }
   },
   :apache => {
@@ -64,7 +64,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"
       }
     }
   },