Puppet Class: xbuild

Defined in:
manifests/init.pp

Overview

Class: xbuild

xbuild for puppet Default install directory: /usr/local/<LANG>-<VERSION>

Examples

include ::xbuild

::xbuild::lang::install { ‘ruby’:

version => '2.1.0',

}

::xbuild::lang::install { ‘python’:

version    => '2.1.0',
installdir => '/usr/local/python/2.1.0',

}

Authors

Okumura Takahiro <hfm.garden@gmail.com>

Copyright 2014 Okumura Takahiro

[View source]

27
28
29
30
31
# File 'manifests/init.pp', line 27

class xbuild {

  include ::xbuild::install

}