Commit d2f1ba36 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge branch 'ignored_files' of https://github.com/priteau/packer into priteau-ignored_files

Conflicts:
	website/source/docs/builders/amazon-instance.html.markdown
parents ac0d8940 8a0914e0
......@@ -190,6 +190,14 @@ sudo -n ec2-bundle-vol \
The available template variables should be self-explanatory based on the
parameters they're used to satisfy the `ec2-bundle-vol` command.
<div class="alert alert-block">
<strong>Warning!</strong> Some versions of ec2-bundle-vol silently
ignore all .pem and .gpg files during the bundling of the AMI, which can
cause problems on some systems, such as Ubuntu. You may want to
customize the bundle volume command to include those files (see the
<code>--no-filter</code> option of ec2-bundle-vol).
</div>
### Bundle Upload Command
The default value for `bundle_upload_command` is shown below. It is split
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment