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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2687 - (show annotations) (download)
Sun Mar 25 12:26:35 2012 UTC (12 years ago) by misc
File size: 211 byte(s)
split webapp_other in a separate file
1 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