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

boxen/puppet-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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