mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
7 lines
124 B
Puppet
7 lines
124 B
Puppet
class { '::ruby':
|
|
version => '1.9.3',
|
|
latest_release => true,
|
|
rubygems_update => true,
|
|
}
|
|
include ::ruby::dev
|