Skip to content

Commit

Permalink
Merge pull request #321 from glennaaldering/patch-1
Browse files Browse the repository at this point in the history
cron puppetdb-dlo-cleanup requires package
  • Loading branch information
h0tw1r3 authored May 6, 2024
2 parents 1475311 + 5eca5fd commit d1f1619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@
weekday => '*',
command => "/usr/bin/find ${vardir}/stockpile/discard/ -type f -mtime ${dlo_max_age} -delete",
user => $puppetdb_user,
require => Package[$puppetdb_package],
}
}
}
Expand Down

0 comments on commit d1f1619

Please sign in to comment.