aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/vhost/other_app.pp
blob: f5a71574af890d3bc1297c09e365a99af787a8f9 (plain)
1
2
3
4
5
6
define apache::vhost::other_app($vhost_file) {
    include apache::base
    apache::config { "/etc/httpd/conf/vhosts.d/${name}.conf":
        content => template($vhost_file),
    }
}