Showing with 2 additions and 2 deletions.
  1. +1 −1 metadata.json
  2. +1 −1 templates/tidy_apply.epp
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npwalker/pe_metric_curl_cron_jobs",
"version": "1.1.0",
"version": "1.1.1",
"author": "npwalker",
"summary": "A Module for setting up cron jobs to curl metrics from PE components",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/tidy_apply.epp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%- | String $output_dir,
String $tidy_age,
| -%>
puppet apply -e " tidy { '<%= $output_dir %>' : age => '<%= $tidy_age %>', recurse => 1 } "
/opt/puppetlabs/puppet/bin/puppet apply -e " tidy { '<%= $output_dir %>' : age => '<%= $tidy_age %>', recurse => 1, type => 'mtime' } "