]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Set statuscake authentication details for DNS scripts
[chef.git] / roles / shenron.rb
index d6e8ff9c5f5e97670cb791b137598e01c1dd4326..2634ec0d2c63f13a8df83007edf5fcd0683be365 100644 (file)
@@ -17,6 +17,9 @@ default_attributes(
       :max_spare_threads => 150
     }
   },
+  :apt => {
+    :sources => ["brightbox-ruby-ng"]
+  },
   :hardware => {
     :modules => [
       "it87"
@@ -71,5 +74,6 @@ run_list(
   "role[dns]",
   "role[geodns]",
   "role[chef-repository]",
+  "recipe[blogs]",
   "recipe[openvpn]"
 )