On Thursday, June 5, 2014 10:37:46 AM UTC-5, JuanBrein wrote:
>
> I see, it is a gap in the installation though...
>


For a non-recommended installation path.

 

> I mean you can install ruby through RVM,
>


... but you shouldn't ...


then puppet as a gem,
>


... but you shouldn't ...

 

> but you can't install puppetdb-terminus
>


... which is but one reason why not to do that.

 

> so you can't use it with puppetdb...
>
> I did a quick:
>
>   Rvm_gem<||> -> exec { "Install puppetdb-terminus":
>     command     => "mkdir util/puppetdb;dpkg -L puppetdb-terminus|grep 
> rb|while read a;do cp $a `echo $a|cut -d'/' -f7-`;done",
>     cwd         => 
> "/usr/local/rvm/gems/ruby-2.0.0-p451/gems/puppet-3.3.2/lib/puppet",
>     path        => "/usr/bin:/bin",
>     refreshonly => true,
>     subscribe   => Package['puppetdb-terminus'],
>   }
>
>
> But it hurt my eyes each time I see it ... 
>
> Suggestions?
>


Install your whole Puppet stack, from Ruby through Puppet to Puppet DB, via 
your distro's native package management system.  PuppetLabs hosts package 
repositories for many current systems, including, I think, Ubuntu 12.04.  
But be sure to avoid having the same thing installed as gem and native 
package.


John

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/7d7351bc-3f69-4135-86e7-8ca80d0b5697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to