Commit 7dfb8f1f authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #437 from spheromak/keep_etc

builder/amazon/instance: exclude everything in /tmp, but keep /tmp itself
parents 778568ff c7e16811
......@@ -83,7 +83,7 @@ func (b *Builder) Prepare(raws ...interface{}) error {
"-u {{.AccountId}} " +
"-c {{.CertPath}} " +
"-r {{.Architecture}} " +
"-e {{.PrivatePath}} " +
"-e {{.PrivatePath}}/* " +
"-d {{.Destination}} " +
"-p {{.Prefix}} " +
"--batch"
......
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