X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0aa2526f9a91d82d40edb7d001a764682cc3c979..dca9aff59c1ecd82f2f17c1a91b5eebed19700f7:/roles/greenmini.rb diff --git a/roles/greenmini.rb b/roles/greenmini.rb index 16f7974d5..2156eb332 100644 --- a/roles/greenmini.rb +++ b/roles/greenmini.rb @@ -8,18 +8,13 @@ default_attributes( } }, :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"] }