]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Fix more rubocop detected style issues
[chef.git] / roles / nominatim.rb
index 6c7d972cf3569200d13b3a052ba134e2b4d65398..dff1acca745ddde2df3c147fd84197d5ea8f28b0 100644 (file)
@@ -9,7 +9,7 @@ default_attributes(
       :nominatim => {
         :status => :role,
         :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"
       }
     }
   },