]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Only cleanup sysctl keys that are no longer set
[chef.git] / roles / osuosl.rb
index 4f2b61c117923dbe2c4c845ea16afa374234c3f5..f80b1177a2fae2f824922a527ee91f17f08e3ac0 100644 (file)
@@ -7,7 +7,9 @@ default_attributes(
       :osuadmin => { :status => :administrator }
     }
   },
+  :hosted_by => "OSUOSL",
   :location => "Corvallis, Oregon",
+  :timezone => "PST8PDT",
   :networking => {
     :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
@@ -16,6 +18,10 @@ default_attributes(
         :inet => {
           :prefix => "28",
           :gateway => "140.211.167.97"
+        },
+        :inet6 => {
+          :prefix => "64",
+          :gateway => "2605:bc80:3010:700::1"
         }
       }
     }