Remove unused views
[releng/builder.git] / packer / README.markdown
index fef4cea344f81335e17fefcb80c3a09e2bd34b63..95ed62f07c610197cc17b45674b391cc13f76924 100644 (file)
@@ -15,12 +15,11 @@ specific build, combine the template for the desired output artifact type with
 a variable file. To build a new java-builder instance the following would be done:
 
 ```
-packer build -var-file=vars/cloud-env.json -var-file/centos.json templates/java-builder.json
+packer build -var-file=vars/cloud-env.json -var-file=vars/centos.json templates/java-builder.json
 ```
 
 **NOTE:** vars/cloud-env.json is a gitignored file as it contains private
-information. There is a vars/cloud-env.json.example file that may be used as a
-base for creating the one needed.
+information. A vars/cloud-env.json.example file is provided as an example.
 
 This would build bootable image in two different OpenStack clouds. In specific,
 Rackspace's Public cloud and a private OpenStack cloud.