aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/manifests/redirection_instance.pp
blob: 9eb6bb8b26333add79857cde84ab535d5cccc296 (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'],
    }
}