X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/32a423888e0d6b5254c55e4faf418b31749dc69e..388a527fdf388cd5383b978d0cb5406d787b8661:/cookbooks/trac/recipes/default.rb diff --git a/cookbooks/trac/recipes/default.rb b/cookbooks/trac/recipes/default.rb index b149a5751..a26cc7d27 100644 --- a/cookbooks/trac/recipes/default.rb +++ b/cookbooks/trac/recipes/default.rb @@ -19,9 +19,11 @@ include_recipe "apache" -package "trac" -package "trac-git" -package "ruby" +package %w[ + trac + trac-git + ruby +] site_name = "trac.openstreetmap.org" site_directory = "/srv/#{site_name}"