]> git.openstreetmap.org Git - chef.git/blob - roles/blogs.rb
build(deps): bump kitchen-dokken from 2.20.7 to 2.20.8
[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 )