Removed unnecessary default action

This commit is contained in:
John Dewey 2013-01-11 21:33:05 -08:00
parent 2b16b12cca
commit 1f9b7ad174
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ directory ::File.dirname(node["cinder"]["api"]["auth"]["cache_dir"]) do
group node["cinder"]["group"]
mode 00700
action :create
only_if { node["openstack"]["auth"]["strategy"] == "pki" }
end