Skip to content

Commit

Permalink
exclude kmod updates, they can depend on newer kernels
Browse files Browse the repository at this point in the history
this breaks the whole update transaction and *NO* updates are applied
  • Loading branch information
evgeni committed May 10, 2024
1 parent e3a6a09 commit f7d589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/unattended/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class { 'yum_cron':
apply_updates => true,
mailto => 'sysadmins',
exclude_packages => ['kernel*', 'java*', 'jenkins'],
exclude_packages => ['kernel*', 'kmod-*', 'java*', 'jenkins'],
}
}
}

0 comments on commit f7d589a

Please sign in to comment.