Fixed vsroom auth_credentials install path on Ubuntu.
This commit is contained in:
parent
e4168748a7
commit
8c7b9dfec6
1 changed files with 8 additions and 3 deletions
|
@ -40,9 +40,14 @@ class vsroom::collab {
|
|||
mode => "0660",
|
||||
owner => "collab",
|
||||
group => "collab",
|
||||
source => "/usr/share/vsroom/htdocs/common/auth_credentials.php",
|
||||
require => [ File["/srv/wikis/collab/htdocs"],
|
||||
Python::Setup::Install["/usr/local/src/vsroom"], ],
|
||||
source => [
|
||||
"/usr/share/vsroom/htdocs/common/auth_credentials.php",
|
||||
"/usr/local/share/vsroom/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