summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-12 16:12:54 +0100
committerManuel Messner2018-02-12 16:47:12 +0100
commitd59505c1f5a4522bd8ad6da30ad93e7cd751e392 (patch)
tree7494e8a1eac23282b7ce6a66feaa33e7e71ff66b /Makefile
parentMakefile: add spacing (diff)
downloadpacker-templates-d59505c1f5a4522bd8ad6da30ad93e7cd751e392.tar.gz
packer-templates-d59505c1f5a4522bd8ad6da30ad93e7cd751e392.tar.xz
packer-templates-d59505c1f5a4522bd8ad6da30ad93e7cd751e392.zip
Makefile: packer: make optional
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da435c4..54c4cd8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# TODO
# * support ssh as user instead of root
# * testing target
-PACKER = packer
+PACKER ?= packer
ANSIBLE_DIR = ansible-roles