]> git.openstreetmap.org Git - chef.git/commitdiff
Fix rubocop warning
authorTom Hughes <tom@compton.nu>
Sat, 16 Feb 2019 12:54:21 +0000 (12:54 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 16 Feb 2019 12:54:21 +0000 (12:54 +0000)
roles/base.rb

index ca5956a7fe1e05cf9671b93c5064d2c328439a3c..3fab5ba8b5ea0fbebbf44f3e6d516204db7cbb53 100644 (file)
@@ -46,7 +46,7 @@ default_attributes(
         "net.core.wmem_max" => "16777216",
         "net.ipv4.tcp_rmem" => "4096\t87380\t16777216",
         "net.ipv4.tcp_wmem" => "4096\t65536\t16777216",
         "net.core.wmem_max" => "16777216",
         "net.ipv4.tcp_rmem" => "4096\t87380\t16777216",
         "net.ipv4.tcp_wmem" => "4096\t65536\t16777216",
-        "net.ipv4.udp_mem"  => "3145728\t4194304\t16777216"
+        "net.ipv4.udp_mem" => "3145728\t4194304\t16777216"
       }
     },
     :network_backlog => {
       }
     },
     :network_backlog => {