One more fix for vsroom auth_credentials.php source
This commit is contained in:
parent
bdd90e8b9c
commit
6da53f3c8c
1 changed files with 1 additions and 4 deletions
|
@ -40,10 +40,7 @@ class vsroom::collab {
|
|||
mode => "0660",
|
||||
owner => "collab",
|
||||
group => "collab",
|
||||
source => $::operatingsystem ? {
|
||||
"ubuntu": "/usr/local/share/vsroom/htdocs/common/auth_credentials.php",
|
||||
default: "/usr/share/vsroom/htdocs/common/auth_credentials.php",
|
||||
},
|
||||
source => "${vsroom::common::htdocs}/common/auth_credentials.php",
|
||||
require => [
|
||||
File["/srv/wikis/collab/htdocs"],
|
||||
Python::Setup::Install["/usr/local/src/vsroom"],
|
||||
|
|
Loading…
Add table
Reference in a new issue