X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90b2b911066f27795fa5127258c2e6db2f0f32c0..82c43f49686180c81790d40a8707e3d6b44a8a35:/roles/roundup.rb diff --git a/roles/roundup.rb b/roles/roundup.rb new file mode 100644 index 000000000..ec099e646 --- /dev/null +++ b/roles/roundup.rb @@ -0,0 +1,6 @@ +name "roundup" +description "Role applied to all roundup servers" + +run_list( + "recipe[roundup]" +)