All provisioners need to have their type defined 67/8367/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 25 Jan 2017 22:13:41 +0000 (14:13 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 25 Jan 2017 22:13:41 +0000 (14:13 -0800)
Provisioner 3 is missing the type of provisioner it is

Change-Id: I45ddd46ba39fec2f8c2a2b8dc8d35c249dcd81cd
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
packer/templates/basebuild-control-slave.json

index 7a20ce0..0020319 100644 (file)
@@ -40,6 +40,7 @@
       "destination": "/tmp/packer"
     },
     {
+      "type": "shell",
       "scripts": [
         "provision/baseline.sh",
         "provision/basebuild-no-tmpfs.sh",