mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
Add shell provisioner to default config
This commit is contained in:
parent
46a058572b
commit
d00abbd5ce
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ amazon-ebs = "packer-builder-amazon-ebs"
|
|||
|
||||
[commands]
|
||||
build = "packer-command-build"
|
||||
|
||||
[provisioners]
|
||||
shell = "packer-provisioner-shell"
|
||||
`
|
||||
|
||||
type config struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue