Skip to content

treydock/puppet-module-golang

Repository files navigation

puppet-module-golang

Puppet Forge CI Status

Table of Contents

  1. Overview
  2. Usage - Configuration options
  3. Reference - Parameter and detailed reference to all options
  4. Development - Guide for contributing to the module

Overview

This module installs go binary for Linux systems.

Usage

golang

Install Go

class { 'golang': }

Install specific version of Go

class { 'golang':
  version => '1.14',
}

Reference

http://treydock.github.io/puppet-module-golang/

Development

Testing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published