From 3538a20b108defbdd95257ebc871ab5a781049cd Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 24 Apr 2014 11:31:43 -0700 Subject: [PATCH] Gerrit: fix cron syntax errors Change-Id: I3d9c9507c363b5f71e50da5f2ecc33e3ce4b6c5d --- modules/openstack_project/manifests/gerrit.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 6b019d13a6..88850a123e 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -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', } }