Skip to content

johnyzed/puppet-golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

puppet-golang

A puppet module for installing the go runtime

Usage

To install for a particular user:

class { 'golang':
  user => 'mc',
  installdir => "/home/mc/projects/golang",
  gopath  => "/home/mc/projects/go"
}

Or to install to the system profile

include golang

This will set the gopath to /root/go, which will prevent non system users from using tools like go get, and is probably not terribly useful.

About

Puppet module for installing the go runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 100.0%