X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1b572057a4c571df94d32252e32a8689e7f381e0..45dde9418dd342bb1a632d82559201c0b3becf1a:/roles/osuosl.rb diff --git a/roles/osuosl.rb b/roles/osuosl.rb index 2d7edd7cf..f80b1177a 100644 --- a/roles/osuosl.rb +++ b/roles/osuosl.rb @@ -9,6 +9,7 @@ default_attributes( }, :hosted_by => "OSUOSL", :location => "Corvallis, Oregon", + :timezone => "PST8PDT", :networking => { :nameservers => ["8.8.8.8", "8.8.4.4"], :roles => { @@ -17,6 +18,10 @@ default_attributes( :inet => { :prefix => "28", :gateway => "140.211.167.97" + }, + :inet6 => { + :prefix => "64", + :gateway => "2605:bc80:3010:700::1" } } }