aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/webapp_other.pp
blob: 277558b52f5d527dc598b8d696dfca6508d20158 (plain)
1
2
3
4
5
6
7
define apache::webapp_other($webapp_file) {
    include apache::base
    $webappname = $name
    apache::config { "/etc/httpd/conf/webapps.d/$webappname.conf":
        content => template($webapp_file),
    }
}