diff --git a/metadata.json b/metadata.json index a010188..900fe52 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "qtechnologies-sysstat", - "version": "2.0.0", + "version": "2.0.1", "author": "Q-Technologies", "summary": " Puppet module to manage the installation and configuration of Sysstat on various OSes", "license": "Apache-2.0", diff --git a/templates/sysstat_summary.timer.override.epp b/templates/sysstat_summary.timer.override.epp index 2fc1c5c..de0758c 100644 --- a/templates/sysstat_summary.timer.override.epp +++ b/templates/sysstat_summary.timer.override.epp @@ -2,4 +2,4 @@ Description=Generate summary of yesterday's process accounting [Timer] -OnCalendar=00:<%= $sa2_hour %>:<%= $sa2_minute %> +OnCalendar=<%= $sa2_hour %>:<%= $sa2_minute %>