summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--vagrant.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9cac5bf..32cb428 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
packer_cache/
*.box
+*.swp
diff --git a/vagrant.json b/vagrant.json
index cb65bfe..d8429b9 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -131,6 +131,7 @@
"post-processors": [
{
"type": "vagrant",
+ "keep_input_artifact": true,
"output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box"
}
]