Project

General

Profile

« Previous | Next » 

Revision fd4ffa01

Added by Eric Helms about 10 years ago

Sets the RVM --binary build_opt based on operatingsystem.

For some OSes there are binaries available for RVM and some, like RHEL,
there are not. Thus, we set the --binary build_opt only for those
with known binaries and build RVM for others.

View differences:

manifests/rvm.pp
rvm::system_user { $katello_devel::user: ; }
$build_opts = $::operatingsystem ? {
'RedHat' => [],
default => ['--binary']
}
rvm_system_ruby { 'ruby-1.9.3-p448':
ensure => 'present',
default_use => true,
build_opts => ['--binary'],
build_opts => $build_opts,
}
rvm_gem { 'bundler':

Also available in: Unified diff