X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aab322e1d96e07027666b49a7fbf1443a0367eec..ffb376437e213e0ff904e22482f10b539519a521:/roles/tetaneutral.rb diff --git a/roles/tetaneutral.rb b/roles/tetaneutral.rb index 1fc9bd07f..2459652ba 100644 --- a/roles/tetaneutral.rb +++ b/roles/tetaneutral.rb @@ -2,18 +2,18 @@ name "tetaneutral" description "Role applied to all servers at Tetaneutral.net" default_attributes( + :accounts => { + :users => { + :tetaneutral => { :status => :administrator } + } + }, :hosted_by => "Tetaneutral.net", :location => "Toulouse, France", :networking => { :nameservers => [ "8.8.8.8", "8.8.4.4" - ], - :roles => { - :external => { - :zone => "tnn" - } - } + ] } )