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
when including uwsgi class and running puppet on a debian 12 (bookworm) server,
i get this error :
Unable to locate package uwsgi-plugin-python
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install uwsgi-plugin-python' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
E: Unable to locate package uwsgi-plugin-python
could you add the package uwsgi-plugin-python3 which replaces uwsgi-plugin-python in file manifest/init.pp
Thanks for your help
The text was updated successfully, but these errors were encountered:
when including uwsgi class and running puppet on a debian 12 (bookworm) server,
i get this error :
Unable to locate package uwsgi-plugin-python
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install uwsgi-plugin-python' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
W: --force-yes is deprecated, use one of the options starting with --allow instead.
E: Unable to locate package uwsgi-plugin-python
could you add the package uwsgi-plugin-python3 which replaces uwsgi-plugin-python in file manifest/init.pp
Thanks for your help
The text was updated successfully, but these errors were encountered: