Commit d00abbd5 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Add shell provisioner to default config

parent 46a05857
...@@ -16,6 +16,9 @@ amazon-ebs = "packer-builder-amazon-ebs" ...@@ -16,6 +16,9 @@ amazon-ebs = "packer-builder-amazon-ebs"
[commands] [commands]
build = "packer-command-build" build = "packer-command-build"
[provisioners]
shell = "packer-provisioner-shell"
` `
type config struct { type config struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment