When I try to use python::pip without any parameter, I have this error :
Error: Parameter unless failed on Exec[pip_install_collective.zopeedit]: 'pip freeze | grep -i -e ^collective.zopeedit==' is not qualified and no path was specified. Please qualify the command or specify a path. at /etc/puppet/modules/python/manifests/pip.pp:87
Wrapped exception:
'pip freeze | grep -i -e ^collective.zopeedit==' is not qualified and no path was specified. Please qualify the command or specify a path.
If I change line 61 of pip.pp by :
'system' => '/usr/bin/pip',
It works.
Do you have an idea about why puppet doesn't find pip ?
When I try to use python::pip without any parameter, I have this error :
If I change line 61 of pip.pp by :
It works.
Do you have an idea about why puppet doesn't find pip ?