- Overview
- Usage - Configuration options
- Reference - Parameter and detailed reference to all options
- Development - Guide for contributing to the module
This module installs go binary for Linux systems.
Install Go
class { 'golang': }
Install specific version of Go
class { 'golang':
version => '1.14',
}
http://treydock.github.io/puppet-module-golang/
Testing requires the following dependencies:
- rake
- bundler
Install gem dependencies
bundle install
Run unit tests
bundle exec rake release_checks
If you have Docker installed you can run system tests
bundle exec rake beaker