/[adm]/puppet/modules/phpbb/manifests/redirection_instance.pp
ViewVC logotype

Contents of /puppet/modules/phpbb/manifests/redirection_instance.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2627 - (show annotations) (download)
Mon Mar 19 17:57:29 2012 UTC (12 years, 1 month ago) by misc
File size: 249 byte(s)
split php into seperate file
1 define phpbb::redirection_instance($url) {
2 $lang = $name
3 file { "/etc/httpd/conf/vhosts.d/forums.d/redirect_$name.conf":
4 content => template('phpbb/forums_redirect.conf'),
5 notify => Exec['service httpd configtest'],
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30