diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-12-06 23:21:21 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-12-06 23:21:21 +0200 |
commit | 6569071885377a81a802c3b0cfd2d55cf8569136 (patch) | |
tree | 89d4741957be9eca530be2338fc4d7467996a379 /modules/mirrorbrain | |
parent | 18c423dde9ad406e6bb4539f9060c4be4888812d (diff) | |
download | puppet-6569071885377a81a802c3b0cfd2d55cf8569136.tar puppet-6569071885377a81a802c3b0cfd2d55cf8569136.tar.gz puppet-6569071885377a81a802c3b0cfd2d55cf8569136.tar.bz2 puppet-6569071885377a81a802c3b0cfd2d55cf8569136.tar.xz puppet-6569071885377a81a802c3b0cfd2d55cf8569136.zip |
mirrorbrain: fix typo
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 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, |