]> git.openstreetmap.org Git - chef.git/blobdiff - roles/prgmr.rb
fix rubocop offenses
[chef.git] / roles / prgmr.rb
index 96319e004f7b3f5b6208143dbd2f4c0b97447825..63a7f8bd4b2b4a4e9c6d5085e063fb314fa17ad0 100644 (file)
@@ -2,8 +2,10 @@ name "prgmr"
 description "Role applied to all servers at prgmr.com"
 
 default_attributes(
+  :hosted_by => "prgmr.com",
+  :location => "San Francisco, California",
   :networking => {
-    :nameservers => [ "8.8.4.4", "65.19.174.2", "65.19.175.2" ],
+    :nameservers => ["8.8.4.4", "65.19.174.2", "65.19.175.2"],
     :roles => {
       :external => {
         :zone => "pr"
@@ -14,7 +16,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org" ]
+    :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "2.us.pool.ntp.org"]
   }
 )