Parent Directory | Revision Log
split 2 more vhost class
1 | define apache::vhost::other_app($vhost_file) { |
2 | include apache::base |
3 | apache::config { "/etc/httpd/conf/vhosts.d/$name.conf": |
4 | content => template($vhost_file), |
5 | } |
6 | } |
ViewVC Help | |
Powered by ViewVC 1.1.30 |