Sha256: 7ec18a20129e3d1663792ef37f97fc7ce775a0271faf5cc36b97720f24a2b42a
Contents?: true
Size: 354 Bytes
Versions: 9
Compression:
Stored size: 354 Bytes
Contents
# == Class: rbenv::params # # Common variables referred to by other sub-classes. # class rbenv::params { case $::osfamily { 'Debian': { $rbenv_root = '/usr/lib/rbenv' $rbenv_binary = '/usr/bin/rbenv' $global_version = "${rbenv_root}/version" } default: { fail("${::operatingsystem} not supported") } } }
Version data entries
9 entries across 9 versions & 1 rubygems