This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3c1013f098
packer-cn
/
plugin
/
provisioner-shell-local
/
main_test.go
2 lines
13 B
Go
Raw
Normal View
History
Unescape
Escape
Create a shell-local post processor The following commits build on work from @vtolstov to create a post processor shell-local plugin. Please see his original work over at https://github.com/vtolstov/packer-post-processor-shell I have modified it slightly to output information onto the packer ui as shown in the below screenshot which executes a script that runs env. This plugin enables users to submit environmental variables to external external shell script(s) to do some post processing e.g. (Upload to somewhere, convert to different format, and so on) Most of the work is a merge from the provisioner shell and shell-local scripts. ![Example run of post processor shell-local](http://i.imgur.com/kJv6j9l.png) Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2015-09-02 06:29:26 -04:00
package
main