You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
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}";
The text was updated successfully, but these errors were encountered:
Hi, sorry but I'm not maintaining this module any more. I highly recommend voxpopuli's as a replacement, it should do anything this module could, and more. I will take PRs with accompanying tests, but you're probably better off using the replacement.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My intention is to have unnattended upgrades for all as in
"o=*";
So I declared my class with:
It seems to generate a config that makes the service exit 0 every time.
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}";
The text was updated successfully, but these errors were encountered: