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