Skip to content

wikyd/puppet-gvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GVM Puppet Module for Boxen

Build Status

Requires the following boxen modules:

  • boxen >= 3.2.0
  • repository >= 2.1

About

This module supports Groovy, Grails and Gradle version management with the gvm tool.

Usage

# Install gvm

include gvm

gvm::groovy { '2.2.2': }

gvm::groovy { '2.3.1':
  default => true
}

gvm::grails { '2.4.0': }

gvm::gradle { '1.12': }

Packages

No packages published

Languages

  • Puppet 98.8%
  • Ruby 1.2%