mirror of https://github.com/zulip/zulip.git
puppet: Silence "needrestart" nags about kernel upgrades.
Ksplice keeps the kernel updated without restarts.
This commit is contained in:
parent
0884b96fc6
commit
d2516607bb
|
@ -11,3 +11,7 @@ my @ignore = (
|
|||
);
|
||||
|
||||
$nrconf{override_rc}{$_} = 0 for @ignore;
|
||||
|
||||
# ksplice keeps the kernel updated in a way that needrestart does not
|
||||
# understand; silence these hints
|
||||
$nrconf{kernelhints} = -1
|
||||
|
|
Loading…
Reference in New Issue