/[adm]/puppet/modules/apache/manifests/vhost/other_app.pp
ViewVC logotype

Annotation of /puppet/modules/apache/manifests/vhost/other_app.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2694 - (hide annotations) (download)
Sun Mar 25 13:22:05 2012 UTC (12 years, 1 month ago) by misc
File size: 182 byte(s)
split 2 more vhost class
1 misc 2694 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