From 6569071885377a81a802c3b0cfd2d55cf8569136 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 6 Dec 2016 23:21:21 +0200 Subject: mirrorbrain: fix typo --- modules/mirrorbrain/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/mirrorbrain/manifests/init.pp b/modules/mirrorbrain/manifests/init.pp index 6cc44e89..b5139e6d 100644 --- a/modules/mirrorbrain/manifests/init.pp +++ b/modules/mirrorbrain/manifests/init.pp @@ -105,7 +105,7 @@ class mirrorbrain { } cron { 'mirror database cleanup': - command => '/usr/bint/mb db vacuum', + command => '/usr/bin/mb db vacuum', user => "$mb_user", minute => 30, hour => 2, -- cgit v1.2.1