X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/39319c70a19a6d2576ac8d87acebd559de39bb53..19292cce10ddff756c298142883712568c19bee3:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index ebc9487bb..ffae32b0c 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -2,8 +2,16 @@ name "nchc" description "Role applied to all servers at NCHC" default_attributes( + :accounts => { + :users => { + :steven => { :status => :administrator }, + :ceasar => { :status => :administrator } + } + }, + :hosted_by => "NCHC", + :location => "Hsinchu, Taiwan", :networking => { - :nameservers => [ "8.8.8.8", "8.8.4.4" ], + :nameservers => ["8.8.8.8", "8.8.4.4"], :roles => { :external => { :zone => "nc" @@ -14,7 +22,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "europe.pool.ntp.org"] } )