Second try for previous commit.
This commit is contained in:
parent
8c7b9dfec6
commit
24dacaeb8b
1 changed files with 4 additions and 4 deletions
|
@ -40,10 +40,10 @@ class vsroom::collab {
|
|||
mode => "0660",
|
||||
owner => "collab",
|
||||
group => "collab",
|
||||
source => [
|
||||
"/usr/share/vsroom/htdocs/common/auth_credentials.php",
|
||||
"/usr/local/share/vsroom/htdocs/common/auth_credentials.php",
|
||||
],
|
||||
source => $::operatingsystem ? {
|
||||
"ubuntu": "/usr/local/share/vsroom/htdocs/common/auth_credentials.php",
|
||||
default: "/usr/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