Version information
released Sep 24th 2018
This version is compatible with:
- CentOS, Debian, OpenBSD, RedHat, Solaris, Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'counsyl-ruby', '0.9.14'
Learn more about managing modules with a PuppetfileDocumentation
counsyl/ruby — version 0.9.14 Sep 24th 2018
ruby
This Puppet module installs and configures the Ruby language runtime and popular Ruby packages.
ruby
: This class installs the default packaged Ruby interpreter for the platform.ruby::devel
: Installs the default Ruby development headers for the platform.ruby::gemrc
: Configures the system's global gem environment configuration file including gem mirrors.ruby::openbsd
: Creates symbolic links for a better experience on OpenBSD.ruby::passenger
: Installs the open source version of Phusion Passenger, commonly used to deploy Ruby web applications.ruby::rack
: Installs Rack, the Ruby Webserver Interface.ruby::rake
: Installs RAKE, a simple Ruby build program analogous to make.
License
Apache License, Version 2.0
Contact
Justin Bronn justin@counsyl.com
Support
Please log tickets and issues at https://github.com/counsyl/puppet-ruby
0.9.14 (09/24/2018)
- Add support for Ruby 2.3 on Ubuntu and Debian.
0.9.13 (02/12/2016)
- Add support for OpenBSD 5.8 and 5.9
0.9.12 (05/08/2015)
- Improve OpenBSD compatibility.
- Code quality and metadata improvements.
0.9.11 (02/12/2015)
- Default to using Ruby 1.9 on Ubuntu 12.04
- Update default passenger version to 4.0.59
Dependencies
- counsyl/sys (>= 0.9.18 <2.0.0)
Copyright 2013-2016 Counsyl, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.