From dfb459156876ce1c65471ee1a1b96165d658f172 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 13 Dec 2016 00:00:04 +0000 Subject: Fix typo (spotted by Neal Gompa) --- modules/mirrorbrain/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mirrorbrain') diff --git a/modules/mirrorbrain/manifests/init.pp b/modules/mirrorbrain/manifests/init.pp index 9c238f20..cd06d9ee 100644 --- a/modules/mirrorbrain/manifests/init.pp +++ b/modules/mirrorbrain/manifests/init.pp @@ -138,7 +138,7 @@ class mirrorbrain { # Mirror scanning cron { 'MirrorBrain: mirror scanning every 30 minute': - command => '/usr/bint/mb scan --quiet --jobs 4 --all', + command => '/usr/bin/mb scan --quiet --jobs 4 --all', user => "$mb_user", minute => 30 } -- cgit v1.2.1