description "Role applied to all servers at G5 Solutions"
default_attributes(
+ :accounts => {
+ :users => {
+ :g5team => { :status => :administrator }
+ }
+ },
:hosted_by => "G5 Solutions",
:location => "Indonesia",
:networking => {
:nameservers => [
"8.8.8.8",
"8.8.4.4"
- ],
- :roles => {
- :external => {
- :zone => "g5s"
- }
- }
+ ]
}
)