Add shell provisioner to default config

This commit is contained in:
Mitchell Hashimoto 2013-05-23 22:40:43 -07:00
parent 46a058572b
commit d00abbd5ce
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ amazon-ebs = "packer-builder-amazon-ebs"
[commands]
build = "packer-command-build"
[provisioners]
shell = "packer-provisioner-shell"
`
type config struct {