Skip to content

Commit

Permalink
Merge pull request #14720 from sevagh/master
Browse files Browse the repository at this point in the history
Add salt-masterless provisioner
  • Loading branch information
jbardin committed Aug 16, 2017
2 parents 117f44b + 3477868 commit 18af775
Show file tree
Hide file tree
Showing 7 changed files with 1,042 additions and 9 deletions.
12 changes: 12 additions & 0 deletions builtin/bins/provisioner-salt-masterless/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package main

import (
"github.com/hashicorp/terraform/builtin/provisioners/salt-masterless"
"github.com/hashicorp/terraform/plugin"
)

func main() {
plugin.Serve(&plugin.ServeOpts{
ProvisionerFunc: saltmasterless.Provisioner,
})
}
Loading

0 comments on commit 18af775

Please sign in to comment.