Gerrit: fix cron syntax errors

Change-Id: I3d9c9507c363b5f71e50da5f2ecc33e3ce4b6c5d
This commit is contained in:
James E. Blair 2014-04-24 11:31:43 -07:00
parent f01a0dfe50
commit 3538a20b10

View File

@ -340,7 +340,7 @@ class openstack_project::gerrit (
weekday => '0',
hour => '4',
minute => '7',
command => "find ${::local_git_dir} -type d -name \"*.git\" -print -exec git --git-dir=\"{}\" repack -afd \;",
command => "find ${local_git_dir} -type d -name \"*.git\" -print -exec git --git-dir=\"{}\" repack -afd \\;",
environment => 'PATH=/usr/bin:/bin:/usr/sbin:/sbin',
}
}