description "Role applied to all servers at AARNet"
default_attributes(
- :hosted_by => "AARNet"
+ :accounts => {
+ :users => {
+ :chm => { :status => :administrator },
+ :bclifford => { :status => :administrator }
+ }
+ },
+ :hosted_by => "AARNet",
+ :location => "Carlton, Victoria, Australia",
+ :timezone => "Australia/Melbourne",
+ :networking => {
+ :nameservers => ["202.158.207.1", "202.158.207.2"]
+ }
)
override_attributes(
:ntp => {
- :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "europe.pool.ntp.org"]
+ :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org"]
}
)