description "Role applied to all servers at Bluehost"
default_attributes(
+ :hosted_by => "Bluehost",
+ :location => "Provo, Utah",
:networking => {
- :nameservers => [ "8.8.8.8", "8.8.4.4" ],
+ :nameservers => ["8.8.8.8", "8.8.4.4"],
:roles => {
:external => {
:zone => "bh"
override_attributes(
:ntp => {
- :servers => [ "0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org" ]
+ :servers => ["ntp.bluehost.com"]
}
)