switch default frontend to 'mail' instead of pager, as most things are done non-interactively

This commit is contained in:
Micah Anderson 2010-12-12 21:41:21 -05:00
parent ab3a5294cf
commit f855a5a0ad

View file

@ -9,7 +9,7 @@ class apt::listchanges {
}
case $listchanges_frontend {
'': { $listchanges_frontend = "pager" }
'': { $listchanges_frontend = "mail" }
}
case $listchanges_email {