Missed adding attributes user/group on dir

This commit is contained in:
John Dewey
2012-11-21 22:07:09 -08:00
parent e10ea548d3
commit 7af938449c

View File

@@ -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