Kerim Satirli
|
cf94fd1778
|
switches JSON and HCL2 tabs (#10888)
* switches JSON and HCL2 tabs for all provisioners
* corrects `packer` to `Packer`
* corrects `http` to `HTTP`
* corrects typos and highlighting consistency issues
* corrects typos and highlighting consistency issues
* corrects typos and highlighting consistency issues
* `ansible` -> `Ansible`
* `packer fmt` for HCL2 blocks in provisioners
* linting and spelling
* fixes formatting
* fixes formatting
* Update website/content/docs/provisioners/ansible.mdx
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
* fixes formatting
* improves example
* generate stuff
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
|
2021-04-08 15:02:57 +02:00 |
|
Wilken Rivera
|
8d4c7d31b4
|
Add regenerated docs from packer-plugin-sdk
```
cd $HOME/Development/packer-plugin-sdk
PROJECT_ROOT=packer-plugin-sdk go generate ./...
rsync -av multistep/commonsteps/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/
rsync -av bootcommand/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/
rsync -av shutdowncommand/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/
rsync -av communicator/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/
```
|
2021-01-06 16:27:12 -05:00 |
|
Megan Marsh
|
e5a95c7017
|
regenerate code to add extra line to prevent bad godoc synopsis string loading
|
2020-12-16 15:14:44 -08:00 |
|
Jeff Escalante
|
2de270341c
|
refactor to mdx remote
|
2020-12-14 18:20:01 -05:00 |
|