Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Service is not going up #12

Open
jpdborgna opened this issue Feb 13, 2017 · 1 comment
Open

Service is not going up #12

jpdborgna opened this issue Feb 13, 2017 · 1 comment

Comments

@jpdborgna
Copy link

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}";

@andyleejordan
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants