]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nchc.rb
name template script correctly
[chef.git] / roles / nchc.rb
index 8291d68668c230fdc97e4b29866bdb9789d516a5..1e4cd5f0a4a2bcf88607c473c6e4c73234027683 100644 (file)
@@ -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"]
   }
 )