X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0d9bec04a63b9ea941f4c263e0d3bc9487444b8f..609545d8aac44ced474b3290c8143bae60d3402e:/roles/hetzner.rb diff --git a/roles/hetzner.rb b/roles/hetzner.rb index 1809048d9..8a9e0afd8 100644 --- a/roles/hetzner.rb +++ b/roles/hetzner.rb @@ -7,9 +7,9 @@ default_attributes( "213.133.98.98", "213.133.99.99", "213.133.100.100", - "[2a01:4f8:0:a111::add:9898]", - "[2a01:4f8:0:a102::add:9999]", - "[2a01:4f8:0:a0a1::add:1010]" + "2a01:4f8:0:a111::add:9898", + "2a01:4f8:0:a102::add:9999", + "2a01:4f8:0:a0a1::add:1010" ], :roles => { :external => { @@ -21,7 +21,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"] } )