X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/478c9f988f9490a498c81f9155398454027d9926..f9209d75d16ec9731ac9f50313a6c0f42d4b955a:/roles/bluehost.rb?ds=inline 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"] } )