X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/478c9f988f9490a498c81f9155398454027d9926..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/bluehost.rb diff --git a/roles/bluehost.rb b/roles/bluehost.rb index 34d801d53..5e4f44663 100644 --- a/roles/bluehost.rb +++ b/roles/bluehost.rb @@ -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"] } )