This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Description
My intention is to have unnattended upgrades for all as in
"o=*";
So I declared my class with:
class { '::unattended_upgrades':
period => '1',
email => '[email protected]',
on_error => true
}
It seems to generate a config that makes the service exit 0 every time.
Info: Applying configuration version '1487002565'
Notice: /Stage[main]/Unattended_upgrades/Service[unattended-upgrades]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Unattended_upgrades/Service[unattended-upgrades]: Unscheduling refresh on Service[unattended-upgrades]
I noticed that the Origin section in the config file is being left empty, but for what I can understand from the code it should default to "o=*"; or at least "o=Debian,n=${distro_codename}";