diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-12-13 00:00:04 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-12-13 00:00:04 +0000 |
commit | dfb459156876ce1c65471ee1a1b96165d658f172 (patch) | |
tree | 700ea35295fffc4d86a1d2076eb12ec01efd6288 /modules/mirrorbrain | |
parent | ff753b64bdc17e70e3d449edf32fdc8338397f1b (diff) | |
download | puppet-dfb459156876ce1c65471ee1a1b96165d658f172.tar puppet-dfb459156876ce1c65471ee1a1b96165d658f172.tar.gz puppet-dfb459156876ce1c65471ee1a1b96165d658f172.tar.bz2 puppet-dfb459156876ce1c65471ee1a1b96165d658f172.tar.xz puppet-dfb459156876ce1c65471ee1a1b96165d658f172.zip |
Fix typo (spotted by Neal Gompa)
Diffstat (limited to 'modules/mirrorbrain')
-rw-r--r-- | modules/mirrorbrain/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |