]> git.openstreetmap.org Git - chef.git/blobdiff - roles/bytemark.rb
name template script correctly
[chef.git] / roles / bytemark.rb
index 8c65a4b438bd86cc90d1c7e3a789479f38de277f..96dab6a06a5cd99c808815f04046b76af344658a 100644 (file)
@@ -3,7 +3,7 @@ description "Role applied to all servers at Bytemark"
 
 default_attributes(
   :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844" ],
+    :nameservers => ["8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844"],
     :roles => {
       :external => {
         :zone => "bm"
@@ -14,7 +14,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org" ]
+    :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
   }
 )