Skip to content

Commit

Permalink
add grub into package blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Friz-zy committed May 27, 2021
1 parent 68d7c24 commit 9ccca43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ APT::Periodic::Unattended-Upgrade "0";
# install updates on the other half of PROD
10 12 * * 4 /usr/bin/unattended-upgrades
```

## RPM based
https://serverfault.com/questions/567195/how-can-i-exclude-a-package-from-yum-cron-but-not-from-manual-yum-upgrade
1 change: 1 addition & 0 deletions unattended-upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Unattended-Upgrade::Package-Blacklist {
"elasticsearch.*";
"etcd.*";
"glusterfs.*";
"grub.*";
"influxdb.*";
"kafka.*";
"leofs.*";
Expand Down

0 comments on commit 9ccca43

Please sign in to comment.