X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e740c30b54cb87886c396d783432f12c6c9648a4..b99a340d0006961c64a57b885e50c5b10b6e67a4:/roles/blogs.rb diff --git a/roles/blogs.rb b/roles/blogs.rb index ab4369886..87c71902a 100644 --- a/roles/blogs.rb +++ b/roles/blogs.rb @@ -1,5 +1,11 @@ name "blogs" -description "Role applied to all blog aggreators" +description "Role applied to all blog aggregators" + +default_attributes( + :ruby => { + :version => "3.3" + } +) run_list( "recipe[blogs]"