Skip to content

Commit

Permalink
fix cronjob options
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Nov 30, 2023
1 parent b65ae1d commit d3c4b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Setup cronjob.
if $f_upgrade::manage_cronjob {
cron { 'Run f-upgrade':
* => $cronjob_options,
* => $f_upgrade::cronjob_options,
}
}
}

0 comments on commit d3c4b53

Please sign in to comment.