From d00abbd5ce12db9e7dce8caba2e53baf34c4c445 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 May 2013 22:40:43 -0700 Subject: [PATCH] Add shell provisioner to default config --- config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.go b/config.go index 6a525c580..0b97ce09e 100644 --- a/config.go +++ b/config.go @@ -16,6 +16,9 @@ amazon-ebs = "packer-builder-amazon-ebs" [commands] build = "packer-command-build" + +[provisioners] +shell = "packer-provisioner-shell" ` type config struct {