]> git.openstreetmap.org Git - chef.git/commitdiff
Update firefishynet role
authorGrant Slater <git@firefishy.com>
Sat, 28 Sep 2013 00:04:40 +0000 (01:04 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 28 Sep 2013 00:04:40 +0000 (01:04 +0100)
roles/firefishynet.rb

index 49a1ff4c94edd74717744ac031d98a30412dab50..c1ca2e92d1154fe883114f278e998f22a7c9e2da 100644 (file)
@@ -5,6 +5,12 @@ default_attributes(
   :networking => {
     :nameservers => [ "8.8.8.8", "8.8.4.4" ],
     :roles => {
+      :internal => {
+        :inet => {
+          :prefix => "24",
+          :gateway => "10.89.121.1"
+        }
+      },
       :external => {
         :zone => "ff"
       }