Pip packages are case sensitive root@compute:~# pip freeze | grep -i xenapi XenAPI==1.2
On Mon, Jan 16, 2012 at 5:23 PM, Chris Blumentritt <[email protected]> wrote: > debug: Prefetching pip resources for packagedebug: > Puppet::Type::Package::ProviderPip: Executing '/usr/bin/pip > freeze'debug: Puppet::Type::Package::ProviderPip: Executing > '/usr/bin/pip freeze'debug: Puppet::Type::Package::ProviderPip: > Executing '/usr/bin/pip install -q xenapi'notice: > /Stage[main]/Nova::Compute::Xenserver/Package[xenapi]/ensure: created > > root@compute:~# pip freeze | grep xenapi > root@compute:~# pip install xenapi > Requirement already satisfied (use --upgrade to upgrade): xenapi in > /usr/local/lib/python2.6/dist-packages > Cleaning up... > > On Mon, Jan 16, 2012 at 4:09 PM, Nigel Kersten <[email protected]> wrote: >> >> >> On Mon, Jan 16, 2012 at 11:01 AM, Chris Blumentritt <[email protected]> >> wrote: >>> >>> I am running puppet 2.7.9 and using the pip provider. >>> >>> The package gets/is installed but puppet installs it on every run. Do >>> other people run into this. I tried search bugs and the group and >>> have not seen any mention of it. >>> >> >> Can you do a run with --debug on and paste the relevant parts Chris? >> >> >> >> -- >> Nigel Kersten >> Product Manager, Puppet Labs >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
