We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2f87c commit d400a51Copy full SHA for d400a51
modules/enableit/profile/manifests/virtualization/docker.pp
@@ -210,7 +210,7 @@
210
211
profile::cron::job { 'regularly prune docker system':
212
enable => $prune_system,
213
- command => "chronic docker system prune --all --force --filter until=$(( ${prune_duration} * 24 ))h",
+ command => "chronic docker system prune --all --force --volumes --filter until=$(( ${prune_duration} * 24 ))h",
214
user => 'root',
215
hour => 2,
216
minute => 5,
0 commit comments