Pull in people.d.o apache config
[mirror/dsa-puppet.git] / modules / roles / templates / apache-people-ports.conf.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://git@ubergit.debian.org/dsa/dsa-puppet.git
4 ##
5
6 Listen 80
7 <% @ports.each do |port| -%>
8 Listen <%= port %>
9 <% end -%>