Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 345 Bytes

Go Puppet Module for Boxen

Build Status

Usage

include go

go::version { '1.1.1': }

include go::1_1

go::local { '/path/to/whatever':
  version => '1.1.1'
}

Required Puppet Modules

  • boxen
  • repository
  • stdlib