Hello,

I'm running puppet 3.5.1 and the pip package provider has this bit:

  def self.cmd
    case Facter.value(:osfamily)
      when "RedHat"
        "pip-python"
      else
        "pip"
    end
  end

As you can see, when the OS is RedHat, it wants to use the pip-python 
command, but it's not available for latest versions of Redhat/CentOS. Is 
there an easy way to override the command for that provider without 
altering the puppet source code?

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/c15b51cd-23fa-4406-ad92-ff3e2b63c839%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to