X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2bdabd94d2080c7320c2716fc34db32bba8358cb..326c5812d75aead1235c1df0e33baaf81f9730f8:/roles/g5solutions.rb diff --git a/roles/g5solutions.rb b/roles/g5solutions.rb index b7985382c..96aaa883b 100644 --- a/roles/g5solutions.rb +++ b/roles/g5solutions.rb @@ -2,18 +2,18 @@ name "g5solutions" 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" - } - } + ] } )