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