X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/76dc63f66e40eb9e9dabf3c712a5298148d9f2e4..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/grnet.rb diff --git a/roles/grnet.rb b/roles/grnet.rb index 30dc0a5f5..a08d1841d 100644 --- a/roles/grnet.rb +++ b/roles/grnet.rb @@ -2,18 +2,13 @@ name "grnet" description "Role applied to all servers at GRNET" default_attributes( - :hosted_by => "GRNET", - :location => "Athens, Greece", - :networking => { - :nameservers => [ - "83.212.2.77" - ], - :roles => { - :external => { - :zone => "grn" - } + :accounts => { + :users => { + :grnet => { :status => :administrator } } - } + }, + :hosted_by => "GRNET", + :location => "Athens, Greece" ) override_attributes(