Skip to content

ashrithr/puppet_scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

puppet module for scala

This module will install and manage scala

###Sample Usage

include scala

Using with puppet apply (given module lives in /root/modules):

cd ~ && mkdir modules
cd ~/modules && git clone https://github.com/ashrithr/puppet_scala.git scala
puppet apply --modulepath=/root/modules/ -e "include scala"

Note: For puppet apply, modules should be located inside modules dir

To install puppet (standalone):

  1. Using wget:
wget -qO - https://raw.github.com/ashrithr/scripts/master/install_puppet_standalone.sh | bash

(OR)

  1. Using curl:
bash <(curl -s https://raw.github.com/ashrithr/scripts/master/install_puppet_standalone.sh)

About

puppet module to install scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages