Skip to content

Commit

Permalink
Updated user and group in debian params.
Browse files Browse the repository at this point in the history
The havana release of horizon has the wsgi process
user and group as horizon in the debian packages.

Closes-bug: #1224770

Change-Id: I9a36ac12188d71721d16160055f3dc6fcd88b03e
  • Loading branch information
Matthew Black committed Oct 8, 2013
1 parent 9a76675 commit 46c48ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
$httpd_config_file = '/etc/apache2/conf.d/openstack-dashboard.conf'
$httpd_listen_config_file = '/etc/apache2/ports.conf'
$root_url = '/horizon'
$apache_user = 'www-data'
$apache_group = 'www-data'
$apache_user = 'horizon'
$apache_group = 'horizon'
case $::operatingsystem {
'Debian': {
$package_name = 'openstack-dashboard-apache'
Expand Down

0 comments on commit 46c48ed

Please sign in to comment.