Parent Directory | Revision Log | Patch
revision 1169 by misc, Tue Feb 22 01:04:21 2011 UTC | revision 1170 by misc, Tue Feb 22 01:14:40 2011 UTC | |
---|---|---|
# | Line 39 class phpbb { | Line 39 class phpbb { |
39 | content => template("phpbb/forums_vhost.conf"), | content => template("phpbb/forums_vhost.conf"), |
40 | } | } |
41 | ||
42 | apache::vhost_base { "ssl_forums.$domain": | |
43 | use_ssl => true, | |
44 | vhost => "forums.$domain", | |
45 | content => template("phpbb/forums_vhost.conf"), | |
46 | } | |
47 | ||
48 | } | } |
49 | ||
50 | define phpbb_config($value) { | define phpbb_config($value) { |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |