Referenced image_file incorrectly in guard

This commit is contained in:
John Dewey
2012-12-12 23:29:42 -08:00
parent cf915efd40
commit 64c7958b6d

View File

@@ -66,7 +66,7 @@ if node["developer_mode"]
chown #{user}:#{group} #{image_file}
EOF
not_if { ::File.exists? node["cinder"]["volume"]["lvm"]["image"] }
not_if { ::File.exists? image_file}
end
execute "creating cinder LVM volume group" do