On 4/22/16 11:04 AM, bapi.l...@cloudwick.com wrote:
Hi all,

I am trying to manage python packages from puppet.I wanted to run the
following commands *without using EXEC..*
*
*
*After installing python-setuptools i tried to install pika using pip as
provider .. but it did not work.*


If the pip provider didn't work, it might be an ordering or dependency problem. Does a second run succeed? We do something like this for ruby gems. In your case I think you would need to install the os pip package as well.

class ruby::devel {

  package { 'rubygems': ensure => installed, }
  # etc etc

  Class['ruby::devel'] -> Package <| provider == gem |>

Ramin

--
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/571A7707.7000303%40badapple.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to