X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dfa47bdc2772ef515f75ddb95b5b96d582d1dc6b..823b9ecb610bd54e9b27c85a84017e15b91d0eff:/roles/datahata.rb diff --git a/roles/datahata.rb b/roles/datahata.rb index 2df6c3c14..b384a4cb7 100644 --- a/roles/datahata.rb +++ b/roles/datahata.rb @@ -2,13 +2,18 @@ name "datahata" description "Role applied to all servers at DataHata" default_attributes( + :accounts => { + :users => { + :kom => { :status => :administrator } + } + }, :networking => { :nameservers => [ "31.130.200.2" ], :roles => { :external => { - :zone => "dn" + :zone => "dh" } } }