Fix wsgi_user and wsgi_group for RHEL
In RHEL, wsgi_user and wsgi_group should be "apache" and not "dashboard". Closes-bug #1224770 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com> Change-Id: I253b90a55d33d927e318400a69243925b7245aa4
This commit is contained in:
@@ -17,8 +17,8 @@ class horizon::params {
|
|||||||
$root_url = '/dashboard'
|
$root_url = '/dashboard'
|
||||||
$apache_user = 'apache'
|
$apache_user = 'apache'
|
||||||
$apache_group = 'apache'
|
$apache_group = 'apache'
|
||||||
$wsgi_user = 'dashboard'
|
$wsgi_user = 'apache'
|
||||||
$wsgi_group = 'dashboard'
|
$wsgi_group = 'apache'
|
||||||
}
|
}
|
||||||
'Debian': {
|
'Debian': {
|
||||||
$http_service = 'apache2'
|
$http_service = 'apache2'
|
||||||
|
Reference in New Issue
Block a user