2013-07-31 23:02:56 -07:00

11 lines
204 B
Go

package main
import (
"github.com/mitchellh/packer/packer/plugin"
"github.com/mitchellh/packer/provisioner/salt-masterless"
)
func main() {
plugin.ServeProvisioner(new(saltmasterless.Provisioner))
}