Re: [Puppet Users] Rubygem not visible to puppet

2016-01-09 Thread Fraser Goffin
Thanks Josh, that did the trick on both Linux and Windows. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view thi

Re: [Puppet Users] Rubygem not visible to puppet

2016-01-08 Thread Josh Cooper
On Fri, Jan 8, 2016 at 3:14 AM, Fraser Goffin wrote: > Puppet Version: 4.3.1 > OS: Centos 7 > > Note: I am running MASTERLESS > > I used this to install a gem :- > > package { 'rubyzip': > ensure => present, > provider => 'gem', > } > > It installed fine, in this location : > /usr/local

Re: [Puppet Users] Rubygem not visible to puppet

2016-01-08 Thread Ramin K
On 1/8/16 3:14 AM, Fraser Goffin wrote: Puppet Version: 4.3.1 OS: Centos 7 Note: I am running MASTERLESS I used this to install a gem :- package { 'rubyzip': ensure => present, provider => 'gem', } It installed fine, in this location : /usr/local/share/gems/gems/rubyzip-1.1.7 gem

[Puppet Users] Rubygem not visible to puppet

2016-01-08 Thread Fraser Goffin
Puppet Version: 4.3.1 OS: Centos 7 Note: I am running MASTERLESS I used this to install a gem :- package { 'rubyzip': ensure => present, provider => 'gem', } It installed fine, in this location : /usr/local/share/gems/gems/rubyzip-1.1.7 gem env shows that the parent folder is on the