]> git.openstreetmap.org Git - chef.git/blobdiff - roles/smaug.rb
Remove trailing whitespace in ruby code
[chef.git] / roles / smaug.rb
index 122c4d3140a46b43c151d023740055546380e732..3538f09c74ba91d785c28920fec2a77aee05ca18 100644 (file)
@@ -22,7 +22,7 @@ default_attributes(
       },
       :sensors_volt => {
         :contacts => "null",
-        :volt10 => { 
+        :volt10 => {
           :warning => "3.11:3.50",
           :critical => "2.98:3.63"
         }
@@ -52,7 +52,7 @@ default_attributes(
   :sysctl => {
     :postgres => {
       :comment => "Increase shared memory for postgres",
-      :parameters => { 
+      :parameters => {
         "kernel.shmmax" => 17 * 1024 * 1024 * 1024,
         "kernel.shmall" => 17 * 1024 * 1024 * 1024 / 4096
       }