X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61c3ffa669f32728c805a57b13406c0aaf1b5431..44d4723f2ea99dd26f59ae0798667ab07fe6278a:/roles/osuosl.rb diff --git a/roles/osuosl.rb b/roles/osuosl.rb index 41d7c6e90..e68f0c535 100644 --- a/roles/osuosl.rb +++ b/roles/osuosl.rb @@ -2,8 +2,13 @@ name "osuosl" description "Role applied to all servers at OSUOSL" default_attributes( + :accounts => { + :users => { + :osuadmin => { :status => :administrator } + } + }, :networking => { - :nameservers => [ "8.8.8.8", "8.8.4.4" ], + :nameservers => ["8.8.8.8", "8.8.4.4"], :roles => { :external => { :zone => "ool", @@ -18,7 +23,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "ntp.osuosl.org" ] + :servers => ["ntp.osuosl.org"] } )