From 4620f33dd013860009b5febf2d0f67eae4966926 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 29 May 2015 14:29:40 -0700 Subject: [PATCH] packer: test fixture --- packer/test-fixtures/build-template-path.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packer/test-fixtures/build-template-path.json diff --git a/packer/test-fixtures/build-template-path.json b/packer/test-fixtures/build-template-path.json new file mode 100644 index 000000000..dcda0818a --- /dev/null +++ b/packer/test-fixtures/build-template-path.json @@ -0,0 +1,6 @@ +{ + "builders": [{ + "type": "test", + "value": "{{template_dir}}" + }] +}