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
|
end
|
||||||
|
|
||||||
directory "/etc/glance" do
|
directory "/etc/glance" do
|
||||||
group "glance"
|
owner node["glance"]["user"]
|
||||||
owner "glance"
|
group node["glance"]["group"]
|
||||||
mode 00700
|
mode 00700
|
||||||
|
|
||||||
action :create
|
action :create
|
||||||
|
|||||||
Reference in New Issue
Block a user