Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Add-support-for-panko_api_uwsgi_config-in-Debian.patch | Add support for panko_api_uwsgi_config in Debian This patch is adding the configuration of the number of workers, threads, and the size of the listen queue in Debian, which uses uwsgi to run Panko API. Therefore, this patch adds a new panko_api_uwsgi_config provider as well as a new panko::wsgi::uwsgi class. diff --git a/lib/puppet/provider/panko_api_uwsgi_config/openstackconfig.rb b/lib/puppet/provider/panko_api_uwsgi_config/openstackconfig.rb new file mode 100644 index 0000000..e7b9245 |
Thomas Goirand <zigo@debian.org> | yes | 2021-04-12 | ||
Switch-to-ini_setting.patch | Debian api_uwsgi_config: Switch to :ini_setting On each puppet run, I'm seeing: value changed ['12'] to '12' (corrective) . Therefore, this patch switches from :openstackconfig to :ini_setting to make the 2nd run not changing anything. diff --git a/lib/puppet/provider/panko_api_uwsgi_config/ini_setting.rb b/lib/puppet/provider/panko_api_uwsgi_config/ini_setting.rb new file mode 100644 index 0000000..51e688e |
Thomas Goirand <zigo@debian.org> | yes | 2021-04-20 |