]> git.openstreetmap.org Git - chef.git/blobdiff - roles/smaug.rb
Fix some rubocop detected style issues
[chef.git] / roles / smaug.rb
index 122c4d3140a46b43c151d023740055546380e732..9937714f86d3790da17444a0e55d2a05fc43002d 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,11 +52,11 @@ 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
       }
-    },
+    }
   },
   :sysfs => {
     :hdd_tune => {
@@ -69,7 +69,7 @@ default_attributes(
       }
     }
   }
-);
+)
 
 run_list(
   "role[ic]",