Referenced image_file incorrectly in guard
This commit is contained in:
@@ -66,7 +66,7 @@ if node["developer_mode"]
|
|||||||
chown #{user}:#{group} #{image_file}
|
chown #{user}:#{group} #{image_file}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
not_if { ::File.exists? node["cinder"]["volume"]["lvm"]["image"] }
|
not_if { ::File.exists? image_file}
|
||||||
end
|
end
|
||||||
|
|
||||||
execute "creating cinder LVM volume group" do
|
execute "creating cinder LVM volume group" do
|
||||||
|
|||||||
Reference in New Issue
Block a user