Commit aacca7d0 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

provisoner/salt-masterless: lowercase package name

/cc @rgarcia - I don't know of any Go packages that follow this naming
convention so I just lowercased it.
parent d5ea7e3a
// This package implements a provisioner for Packer that executes a
// saltstack highstate within the remote machine
package saltMasterless
package saltmasterless
import (
"errors"
......
package saltMasterless
package saltmasterless
import (
"github.com/mitchellh/packer/packer"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment