switch default frontend to 'mail' instead of pager, as most things are done non-interactively
This commit is contained in:
parent
ab3a5294cf
commit
f855a5a0ad
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class apt::listchanges {
|
||||||
}
|
}
|
||||||
|
|
||||||
case $listchanges_frontend {
|
case $listchanges_frontend {
|
||||||
'': { $listchanges_frontend = "pager" }
|
'': { $listchanges_frontend = "mail" }
|
||||||
}
|
}
|
||||||
|
|
||||||
case $listchanges_email {
|
case $listchanges_email {
|
||||||
|
|
Loading…
Reference in a new issue