]> git.openstreetmap.org Git - chef.git/blob - roles/blogs.rb
Use ruby 3.3 for blogs
[chef.git] / roles / blogs.rb
1 name "blogs"
2 description "Role applied to all blog aggregators"
3
4 default_attributes(
5   :ruby => {
6     :version => "3.3"
7   }
8 )
9
10 run_list(
11   "recipe[blogs]"
12 )