]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ramoth.rb
Remove trailing whitespace in ruby code
[chef.git] / roles / ramoth.rb
index 0b67c085f67cf74539d88bb9bc63ec9b4c5982c0..7e3a89cc2106c28ff720d53d8646c4a00c0a8381 100644 (file)
@@ -54,7 +54,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmmax" => 66 * 1024 * 1024 * 1024,
         "kernel.shmall" => 66 * 1024 * 1024 * 1024 / 4096
       }