]> git.openstreetmap.org Git - chef.git/blobdiff - roles/snap-03.rb
Merge interface families
[chef.git] / roles / snap-03.rb
index 822cb5f63e23e372b6805f672e786d3414c00c5b..3bae5690cae86eee0674d5d1df7fbce0b22dcd21 100644 (file)
@@ -4,11 +4,12 @@ description "Master role applied to snap-03"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
+      :internal => {
         :interface => "bond0",
         :role => :internal,
-        :family => :inet,
-        :address => "10.0.64.50",
+        :inet => {
+          :address => "10.0.64.50"
+        },
         :bond => {
           :mode => "802.3ad",
           :lacprate => "fast",