]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blogs.rb
Use system ruby for tile servers
[chef.git] / roles / blogs.rb
index 3881d1396abcefe069fa1bb5de60599cfa63c7ff..87c71902a962e54aa5437416b87bd6e6b9a4629b 100644 (file)
@@ -1,6 +1,12 @@
 name "blogs"
 description "Role applied to all blog aggregators"
 
 name "blogs"
 description "Role applied to all blog aggregators"
 
+default_attributes(
+  :ruby => {
+    :version => "3.3"
+  }
+)
+
 run_list(
   "recipe[blogs]"
 )
 run_list(
   "recipe[blogs]"
 )