X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d228f465b5bf9f5dffedcebad5c7fadcbba21cc3..fe3e73cc0b30c8cd48584d0e97d4da7c06110308:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 9fa7fed85..4fa9b3bc3 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -29,6 +29,13 @@ template "/etc/apache2/httpd.conf" do mode 0644 end +template "/etc/apache2/ports.conf" do + source "ports.conf.erb" + owner "root" + group "root" + mode 0644 +end + service "apache2" do action [ :enable, :start ] supports :status => true, :restart => true, :reload => true