packer-command-init

module
v0.0.0-...-e2e9430 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2014 License: MPL-2.0

README

packer-command-init

Packer's Custom Command

It creates all the default files and directories. For now, there all blanks.

Install

Not sure if it's necessary.

Download and build Packer from source as described here.

Next, clone this repository into $GOPATH/src/github.com/deogracia/packer-command-init. Then build the packer-provisioner-ansible-local binary:

go build -o $GOPATH/packer-command-init \
plugin/packer-command-init/main.go

Now configure Packer to pick up the new command:

{
  "commands": {
    "init": "packer-command-init"
  }
}

Directories

Path Synopsis
command
plugin

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL