]> git.openstreetmap.org Git - chef.git/commitdiff
Correct internal address for dulcy
authorTom Hughes <tom@compton.nu>
Wed, 25 Jul 2018 23:15:25 +0000 (00:15 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 25 Jul 2018 23:15:25 +0000 (00:15 +0100)
roles/dulcy.rb

index 3adc520540ff09392f5016f83fdc8bd8fda9bfea..a65bd041da3dde3448963460ed55a0c92dceb276 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
         :interface => "bond0",
         :role => :internal,
         :family => :inet,
         :interface => "bond0",
         :role => :internal,
         :family => :inet,
-        :address => "10.0.48.1",
+        :address => "10.0.48.9",
         :bond => {
           :slaves => %w[p18p1 p18p2]
         }
         :bond => {
           :slaves => %w[p18p1 p18p2]
         }