Update group for dashboard site template

The other apache2 site config files that are created via the ``web_app``
resource from the apache cookbook use a node attribute to determine the
the unix group that the template should belong to. Use the same
attribute in our local template so that all ownerships are consistent.

Change-Id: I4933f9dd5293b30c5b2597055debc2c9c659aca2
This commit is contained in:
Jens Harbott 2019-08-20 10:59:29 +00:00
parent 48e6fd88de
commit c58f51a284
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ end
template node['openstack']['dashboard']['apache']['sites-path'] do
source 'dash-site.erb'
owner 'root'
group 'root'
group node['apache']['root_group']
mode 0o0644
variables(