From: Andrew Grimberg Date: Wed, 25 Jan 2017 22:13:41 +0000 (-0800) Subject: All provisioners need to have their type defined X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F8367%2F1;p=ci-management.git 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 --- 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",