Skip to content
#

puppet-forge

Here are 31 public repositories matching this topic...

micah
micah commented Mar 2, 2022

Since apt version 1.5~beta2, APT::Periodic can take intervals in seconds, minutes and hours by adding suffixes (s, m, or h), so you can get things like:

APT::Periodic::Unattended-Upgrade "3h";

Unfortunately, the validation in the puppet module requires that this be either an integer or the string 'always', so it is not possible to pass any of these alternative intervals.

It woul

good first issue

Improve this page

Add a description, image, and links to the puppet-forge topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the puppet-forge topic, visit your repo's landing page and select "manage topics."

Learn more