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:
parent
48e6fd88de
commit
c58f51a284
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user