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

Service is not going up #12

@jpdborgna

Description

@jpdborgna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions