]> git.openstreetmap.org Git - chef.git/commitdiff
Use a numeric mtu
authorTom Hughes <tom@compton.nu>
Fri, 1 Jan 2021 11:27:55 +0000 (11:27 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 1 Jan 2021 11:27:55 +0000 (11:27 +0000)
roles/necrosan.rb

index 02392d05c511e0e1e15e694835fed2ecc44239df..09cfdb11804b740ecc7363f2c6a0170ddb1eb616 100644 (file)
@@ -6,7 +6,7 @@ default_attributes(
     :interfaces => {
       :external_ipv4 => {
         :interface => "bond0",
-        :mtu => "9000",
+        :mtu => 9000,
         :role => :external,
         :family => :inet,
         :address => "45.85.134.91",