aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/redirection_instance.pp
blob: 332eac534d261d1416361e2469d724b860c5b372 (plain)
1
2
3
4
5
6
7
define phpbb::redirection_instance($url) {
    $lang = $name
    file { "/etc/httpd/conf/vhosts.d/forums.d/redirect_${name}.conf":
        content => template('phpbb/forums_redirect.conf'),
        notify  => Exec['apachectl configtest'],
    }
}