add go puppet
This commit is contained in:
parent
977edb6503
commit
6b2706b718
1 changed files with 10 additions and 0 deletions
10
.puppet/go.pp
Normal file
10
.puppet/go.pp
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
package {
|
||||||
|
"golang":
|
||||||
|
ensure => "installed"
|
||||||
|
}
|
||||||
|
|
||||||
|
exec {
|
||||||
|
"go":
|
||||||
|
command => "go get -u github.com/nsf/gocode",
|
||||||
|
path => "/usr/bin",
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue