Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/packer-provisioner-itamae
packer-provisioner-itamae is a Packer plugin for Itamae
https://github.com/rosylilly/packer-provisioner-itamae
Last synced: 5 days ago
JSON representation
packer-provisioner-itamae is a Packer plugin for Itamae
- Host: GitHub
- URL: https://github.com/rosylilly/packer-provisioner-itamae
- Owner: rosylilly
- Created: 2014-10-03T05:02:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T05:30:53.000Z (over 10 years ago)
- Last Synced: 2024-12-22T13:14:55.736Z (15 days ago)
- Language: Go
- Homepage:
- Size: 113 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# packer-provisioner-itamae
packer-provisioner-itamae is a [Packer](http://www.packer.io/) plugin for [Itamae](https://github.com/ryotarai/itamae)
## Basic Example
The example below is fully functional.
```json
{
"type": "itamae",
"recipes": ["recipe.rb"]
}
```## Configuration References
The reference of available configuration options is listed below.
Required:
- `recipes` (string) - The recipe file to be executed by itamae. This file must exist on your local system.
Optional:
- `command` (string) - The command to invoke itamae. Default to "itamae".