aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/vhost/other_app.pp
blob: 69b3ec56f9e216c44a1f6e42e22e2666107f2aac (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),
    }
}