From d3c4b532cea19e831848aa71cd9f05df12bc0f63 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Fri, 1 Dec 2023 00:05:41 +0100 Subject: [PATCH] fix cronjob options --- CHANGELOG.md | 2 +- manifests/config.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdef1c..83a0ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,5 +5,5 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## v1.0.0 - 2023-11-30 +## v1.0.0 - 2023-12-01 Initial release diff --git a/manifests/config.pp b/manifests/config.pp index bc0604c..25d0fd4 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -41,7 +41,7 @@ # Setup cronjob. if $f_upgrade::manage_cronjob { cron { 'Run f-upgrade': - * => $cronjob_options, + * => $f_upgrade::cronjob_options, } } }