Moved moin htdocs apache configs to separate file
This commit is contained in:
parent
d88d0a9f93
commit
7f50003a89
3 changed files with 8 additions and 3 deletions
|
@ -368,6 +368,11 @@ class wiki::collab::base {
|
|||
}
|
||||
|
||||
if $collab_webhosts {
|
||||
apache::configfile { "moin.conf":
|
||||
http => false,
|
||||
source => "puppet:///modules/wiki/moin-httpd.conf",
|
||||
}
|
||||
|
||||
configwebhost { $collab_webhosts: }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue