puppet: Exclude pgroonga from unattended-upgrades.

This commit is contained in:
Alex Vandiver
2025-03-24 16:35:44 +00:00
committed by Tim Abbott
parent 74d6f033b0
commit b0292ffe37
2 changed files with 2 additions and 0 deletions

View File

@@ -234,6 +234,7 @@ Unattended-Upgrade::Package-Blacklist {
"memcached$";
"nginx-full$";
"postgresql-\d+$";
"postgresql-\d+-pgdg-pgroonga$";
"rabbitmq-server$";
"redis-server$";
"supervisor$";

View File

@@ -21,6 +21,7 @@ Unattended-Upgrade::Package-Blacklist {
"memcached$";
"nginx-full$";
"postgresql-\d+$";
"postgresql-\d+-pgdg-pgroonga$";
"rabbitmq-server$";
"erlang-base$";
"redis-server$";