puppet/vsroom/templates/config.json.erb
Ossi Salmi fabf5e90cb Added support for collab auth in vsroom, templated config.json
Class vsroom::collab installs auth_credentials.php in collab htdocs and
sets the authUrl variable in config.json accordingly.
2012-06-18 10:11:40 +03:00

4 lines
83 B
Text

{
"authUrl": "<%= vsroom_authurl %>",
"boshUrl": "<%= vsroom_boshurl %>"
}