Missed a ';'
This commit is contained in:
@@ -62,7 +62,7 @@ if node["developer_mode"]
|
|||||||
user = node["cinder"]["group"]
|
user = node["cinder"]["group"]
|
||||||
group = node["cinder"]["user"]
|
group = node["cinder"]["user"]
|
||||||
command <<-EOF
|
command <<-EOF
|
||||||
truncate -s #{image_size} #{image_file}
|
truncate -s #{image_size} #{image_file};
|
||||||
chown #{user}:#{group} #{image_file}
|
chown #{user}:#{group} #{image_file}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user