X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/478c9f988f9490a498c81f9155398454027d9926..7642d13ddc85ae7e833376e65f294b7c91943cba:/roles/bluehost.rb diff --git a/roles/bluehost.rb b/roles/bluehost.rb index 34d801d53..92034f9c9 100644 --- a/roles/bluehost.rb +++ b/roles/bluehost.rb @@ -2,8 +2,9 @@ name "bluehost" description "Role applied to all servers at Bluehost" default_attributes( + :location => "Provo, Utah", :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 +15,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "ntp.bluehost.com" ] + :servers => ["ntp.bluehost.com"] } )