You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This assumes curl is installed, but it should be added as a package requirement.
Furthermore the command will return a 0 successful code if the python binary is present but curl is not, masking the failure and making puppet think the Exec resource applied successfully.
puppet-python/manifests/pip/bootstrap.pp
Line 36 in adf223e
This assumes
curl
is installed, but it should be added as a package requirement.Furthermore the command will return a 0 successful code if the
python
binary is present butcurl
is not, masking the failure and making puppet think theExec
resource applied successfully.Same here:
puppet-python/manifests/pip/bootstrap.pp
Line 52 in adf223e
The text was updated successfully, but these errors were encountered: