X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e740c30b54cb87886c396d783432f12c6c9648a4..c38e6797d41de73853500f8de25bf5628f48487d:/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]"