fernandoalmeida / puppet-rbenv-ruby

A Puppet module for installing and configuring Ruby with Rbenv and Rbenv plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppet-rbenv

A Puppet module for installing and configuring Ruby with Rbenv

Usage

class {"rbenv":
  user => "fernando",
  ruby => "2.0.0-p247",
}

# or

class {"rbenv-ruby":
  user    => "root",
  ruby    => "2.0.0-p247",
  install => "/root"
}

License

Apache License, Version 2.0

Contact

Fernando Almeida fernando@fernandoalmeida.net

Support

Please log tickets and issues at the (https://github.com/fernandoalmeida/puppet-rbenv/issues)

About

A Puppet module for installing and configuring Ruby with Rbenv and Rbenv plugins


Languages

Language:Puppet 54.1%Language:Ruby 45.9%