github.com/jerryclinesmith/packer@v0.3.7/plugin/provisioner-puppet-masterless/main.go (about) 1 package main 2 3 import ( 4 "github.com/mitchellh/packer/packer/plugin" 5 "github.com/mitchellh/packer/provisioner/puppet-masterless" 6 ) 7 8 func main() { 9 plugin.ServeProvisioner(new(puppetmasterless.Provisioner)) 10 }