X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0b3e91a27392c5ac2d24fc76b3f34b47759b64fb..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/greenmini.rb diff --git a/roles/greenmini.rb b/roles/greenmini.rb index d9985b5c0..2156eb332 100644 --- a/roles/greenmini.rb +++ b/roles/greenmini.rb @@ -2,19 +2,19 @@ name "greenmini" description "Role applied to all servers at greenminihost" default_attributes( + :accounts => { + :users => { + :joris => { :status => :administrator } + } + }, :hosted_by => "greenminihost", - :location => "Dronten, Netherlands", - :networking => { - :nameservers => [ - "45.148.169.130", - "185.200.102.102", - "2a0a:aa42:222:2500::2500", - "2a0a:aa42:321:2000::53" - ] - } + :location => "Dronten, Netherlands" ) override_attributes( + :networking => { + :nameservers => ["45.148.169.130", "185.200.102.102", "2a0a:aa42:222:2500::2500", "2a0a:aa42:321:2000::53"] + }, :ntp => { :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"] }