Missed adding attributes user/group on dir
This commit is contained in:
@@ -132,8 +132,8 @@ keystone_register "Grant 'admin' Role to Service User for Service Tenant" do
|
||||
end
|
||||
|
||||
directory "/etc/glance" do
|
||||
group "glance"
|
||||
owner "glance"
|
||||
owner node["glance"]["user"]
|
||||
group node["glance"]["group"]
|
||||
mode 00700
|
||||
|
||||
action :create
|
||||
|
||||
Reference in New Issue
Block a user