description "Role applied to all servers at HostedIn.NZ"
default_attributes(
+ :accounts => {
+ :users => {
+ :asmith => { :status => :administrator }
+ }
+ },
:hosted_by => "HostedIn.NZ",
:location => "Wellington, New Zealand",
:networking => {
}
},
:snmpd => {
+ :clients => ["103.106.66.28"],
:community => "hostedinnz",
:location => "Wellington"
}