X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ccd10aff9f132fd7de54198dad5c11208714f04a..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index 8291d6866..1e4cd5f0a 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -9,7 +9,7 @@ default_attributes( } }, :networking => { - :nameservers => [ "8.8.8.8", "8.8.4.4" ], + :nameservers => ["8.8.8.8", "8.8.4.4"], :roles => { :external => { :zone => "nc" @@ -20,7 +20,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"] } )