]> git.openstreetmap.org Git - chef.git/blobdiff - roles/bluehost.rb
Yet more rubucop cleanups
[chef.git] / roles / bluehost.rb
index 34d801d53620f502684a7a4df6db233033309bd7..5e4f4466319cba100cff786014f8734e1b8fc642 100644 (file)
@@ -3,7 +3,7 @@ description "Role applied to all servers at Bluehost"
 
 default_attributes(
   :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
         :zone => "bh"
@@ -14,7 +14,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "ntp.bluehost.com" ]
+    :servers => ["ntp.bluehost.com"]
   }
 )