/[adm]/puppet/deployment/forums/manifests/init.pp
ViewVC logotype

Contents of /puppet/deployment/forums/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1678 - (show annotations) (download)
Mon May 30 13:02:37 2011 UTC (13 years, 9 months ago) by boklm
File size: 188 byte(s)
add redirection to french forums
1 class forums {
2
3 phpbb::instance { "en": }
4
5 phpbb::instance { "de": }
6
7 phpbb:redirection_instance{ "fr":
8 url => "https://forums.mageia.org/en/viewforum.php?f=19"
9 }
10 }

  ViewVC Help
Powered by ViewVC 1.1.30