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 => {
:zone => "osm"
}
}
+ },
+ :snmpd => {
+ :clients => ["103.106.66.28"],
+ :community => "hostedinnz",
+ :location => "Wellington"
}
)
override_attributes(
:ntp => {
- :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "asia.pool.ntp.org"]
+ :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"]
}
)
run_list(
- "role[nz]"
+ "role[nz]",
+ "recipe[snmpd]"
)