Add mailutils for unattended-upgrades.

Needed to actually send mail.

Change-Id: Iad2572117c574285e5f662d737c1f79509b783f5
This commit is contained in:
James E. Blair 2012-06-11 13:16:40 -07:00
parent 6493b878d1
commit f0effefcbb

View File

@ -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',