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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
I get the following error that stems from install.pp:156
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y list python' returned 1: Error: No matching Packages to list
I am using make_install => true and running on an amazon ami. I see that all my python packages seem to be named python2.7 instead of just python.
Is there a way to work around this and provide the proper dependency? I realize this may be more of a puppet question than an issue with this module, but I thought I'd start here.
Thanks
The text was updated successfully, but these errors were encountered:
FWIW, I determined that this was caused by Amazon AMI python package being named python2.7, so I just added package { "python": name => "python2.7" } to my puppet configuration and now I can use make build.
Hi,
I get the following error that stems from
install.pp:156
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y list python' returned 1: Error: No matching Packages to list
I am using
make_install => true
and running on an amazon ami. I see that all my python packages seem to be named python2.7 instead of just python.Is there a way to work around this and provide the proper dependency? I realize this may be more of a puppet question than an issue with this module, but I thought I'd start here.
Thanks
The text was updated successfully, but these errors were encountered: