Add mailutils for unattended-upgrades.
Needed to actually send mail. Change-Id: Iad2572117c574285e5f662d737c1f79509b783f5
This commit is contained in:
parent
6493b878d1
commit
f0effefcbb
@ -3,6 +3,10 @@ class apt::unattended-upgrades($email='') {
|
||||
ensure => present;
|
||||
}
|
||||
|
||||
package { 'mailutils':
|
||||
ensure => present;
|
||||
}
|
||||
|
||||
file { '/etc/apt/apt.conf.d/10periodic':
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
|
Loading…
x
Reference in New Issue
Block a user