aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/redirection_instance.pp
blob: 48446d3e48cb42d7b21a39285958475c5919d889 (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['service httpd configtest'],
    }
}