packer-cn/packer/plugin
Mitchell Hashimoto 3e1d902560 packer/plugin: Require the magic cookie to be present to run
This is just a silly check to make sure people aren't executing
the plugins directly. If they are, a nicer error message is shown.
2013-06-25 14:27:20 -05:00
..
builder.go packer: Builders can take multiple configs 2013-06-14 12:27:50 -07:00
builder_test.go packer: Builders can take multiple configs 2013-06-14 12:27:50 -07:00
client.go packer/plugin: Require the magic cookie to be present to run 2013-06-25 14:27:20 -05:00
client_test.go fmt 2013-06-11 14:09:31 -07:00
command.go packer/plugin: client to Client so it can be used outside 2013-06-11 11:03:36 -07:00
command_test.go packer/plugin: Refactor to get interfaces from Client 2013-06-11 11:00:06 -07:00
hook.go packer/plugin: client to Client so it can be used outside 2013-06-11 11:03:36 -07:00
hook_test.go packer/plugin: Refactor to get interfaces from Client 2013-06-11 11:00:06 -07:00
plugin.go packer/plugin: Require the magic cookie to be present to run 2013-06-25 14:27:20 -05:00
plugin_test.go packer/plugin: Support PostProcessor 2013-06-18 13:49:07 -07:00
post_processor.go packer: PostProcessor takes a UI [GH-20] 2013-06-18 20:38:21 -07:00
post_processor_test.go packer: PostProcessor takes a UI [GH-20] 2013-06-18 20:38:21 -07:00
provisioner.go packer/plugin: client to Client so it can be used outside 2013-06-11 11:03:36 -07:00
provisioner_test.go packer/plugin: Refactor to get interfaces from Client 2013-06-11 11:00:06 -07:00