aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-01-25 14:13:41 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-01-25 14:13:41 -0800
commit06839a4144754e07bb545c33a9532a30e9150d9a (patch)
treed94344b140b9ccba3b6ae77196dd96944ea151e5 /packer/templates
parent377c6a5194e1fe38359c67d14c882cf1e1c2c279 (diff)
All provisioners need to have their type defined
Provisioner 3 is missing the type of provisioner it is Change-Id: I45ddd46ba39fec2f8c2a2b8dc8d35c249dcd81cd Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/basebuild-control-slave.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packer/templates/basebuild-control-slave.json b/packer/templates/basebuild-control-slave.json
index 7a20ce0c..00203194 100644
--- a/packer/templates/basebuild-control-slave.json
+++ b/packer/templates/basebuild-control-slave.json
@@ -40,6 +40,7 @@
"destination": "/tmp/packer"
},
{
+ "type": "shell",
"scripts": [
"provision/baseline.sh",
"provision/basebuild-no-tmpfs.sh",