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

Annotation of /puppet/modules/apache/manifests/webapp_other.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2687 - (hide annotations) (download)
Sun Mar 25 12:26:35 2012 UTC (12 years, 1 month ago) by misc
File size: 211 byte(s)
split webapp_other in a separate file
1 misc 2687 define apache::webapp_other($webapp_file) {
2     include apache::base
3     $webappname = $name
4     apache::config { "/etc/httpd/conf/webapps.d/$webappname.conf":
5     content => template($webapp_file),
6     }
7     }

  ViewVC Help
Powered by ViewVC 1.1.30