X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f7e802a51133ff2331798a7b54c0f0670ec43ce1..41811723bfedbbf2a51b5d463978bc992d0d5d96:/roles/hostedinnz.rb diff --git a/roles/hostedinnz.rb b/roles/hostedinnz.rb index 40eaba9cc..ef2438796 100644 --- a/roles/hostedinnz.rb +++ b/roles/hostedinnz.rb @@ -2,6 +2,11 @@ name "hostedinnz" description "Role applied to all servers at HostedIn.NZ" default_attributes( + :accounts => { + :users => { + :asmith => { :status => :administrator } + } + }, :hosted_by => "HostedIn.NZ", :location => "Wellington, New Zealand", :networking => { @@ -13,6 +18,7 @@ default_attributes( } }, :snmpd => { + :clients => ["103.106.66.28"], :community => "hostedinnz", :location => "Wellington" }