]> git.openstreetmap.org Git - chef.git/blobdiff - roles/smaug.rb
Fix some rubocop detected style issues
[chef.git] / roles / smaug.rb
index 3538f09c74ba91d785c28920fec2a77aee05ca18..9937714f86d3790da17444a0e55d2a05fc43002d 100644 (file)
@@ -56,7 +56,7 @@ default_attributes(
         "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]",