Parent Directory | Revision Log
- add a module to handle various websites, mainly for storing them. - add the redirection of donate, asked by rda on sysadm ml
1 | class websites { |
2 | # should expire on June 2011 |
3 | class donate { |
4 | apache::vhost_other_app { "donate.$domain": |
5 | vhost_file => "websites/vhost_donate.conf", |
6 | } |
7 | } |
8 | } |
ViewVC Help | |
Powered by ViewVC 1.1.30 |