description "Role applied to all servers at Jump Networks"
default_attributes(
+ :hosted_by => "Jump Networks",
:location => "London, England",
:networking => {
:nameservers => [
"2001:ba8:0:2c02::",
"2001:ba8:0:2c03::",
"2001:ba8:0:2c04::"
- ],
- :roles => {
- :external => {
- :zone => "jn"
- }
- }
+ ]
}
)