X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/478c9f988f9490a498c81f9155398454027d9926..57ee30ffe5e6106f3cbd9a91c1599eb5b51e8c36:/roles/bluehost.rb diff --git a/roles/bluehost.rb b/roles/bluehost.rb index 34d801d53..abcf3fd5e 100644 --- a/roles/bluehost.rb +++ b/roles/bluehost.rb @@ -2,8 +2,10 @@ name "bluehost" description "Role applied to all servers at Bluehost" default_attributes( + :hosted_by => "Bluehost", + :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 +16,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "ntp.bluehost.com" ] + :servers => ["ntp.bluehost.com"] } )