blt04 / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
Other
242 stars 280 forks source link

wont install with recommended syntax #62

Closed jdehnert closed 11 years ago

jdehnert commented 11 years ago

I'm running puppet 2.7.19 and the system is installing rvm jst fone, but I can't get it to install a version of ruby and set it to the default.

Here is a snipet of my node.pp file...

include rvm rvm_system_ruby { 'ruby-1.9.2-p290': ensure => 'present', default_use => true, }

On the client (RedHat 6.1 for both server an client), after logging out and back in, rvm seems to b working...

[jdehnert@dev-async-1 ~]$ vm list default

[jdehnert@dev-async-1 ~]$

List known gives me the usual suspects, including ruby-1.9.2-p290.

Any ideas as to why this isn't working?

jdehnert commented 11 years ago

Opps, nevermind. I forgot to add pluginsync = true to the puppet.conf Once I added that, it all started working..