Puppet 3 fixes for ejabberd and vsroom
This commit is contained in:
parent
22bacf19b4
commit
5b12b921b3
2 changed files with 8 additions and 4 deletions
|
@ -156,7 +156,7 @@ class ejabberd {
|
|||
|
||||
$htdocs = "/usr/share/ejabberd/htdocs"
|
||||
|
||||
define configwebhost() {
|
||||
define configwebhost($htdocs) {
|
||||
file { "/srv/www/https/${name}/bosh":
|
||||
ensure => link,
|
||||
target => $htdocs,
|
||||
|
@ -187,7 +187,9 @@ class ejabberd {
|
|||
source => "puppet:///modules/ejabberd/ejabberd-httpd.conf",
|
||||
}
|
||||
|
||||
configwebhost { $ejabberd_webhosts: }
|
||||
configwebhost { $ejabberd_webhosts:
|
||||
htdocs => $htdocs,
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue