packer-provisioner-mitamae

command module
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2017 License: MIT Imports: 11 Imported by: 0

README

This is Packer Provisioner Plugin for use MItamae.

Installation

# require go, git
$ go get github.com/hatappi/packer-provisioner-mitamae

Usage

Add the provisioner to packer file.

{
  "builders": [ ... ],
  "provisioners": [{
    "type": "mitamae",
    "recipe_path": "/tmp/recipe.rb"
  }]
}

sample is here

Configuration

Required

  • recipe_path (string) : recipe path of remote server.

Optional

  • sudo (bool) : Execute with sudo authority. By default is False.
  • mitamae_version (string) : MItamae version. By default this is v1.4.5.
  • bin_dir (string) : bin_dir is is the path to download MItamae. By default this is /usr/local/bin
  • option (string) : It is an option when execute mitamae local. For example '-l debug'
  • working_directory (string): specify the directory at runtime.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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