Gerrit: fix cron syntax errors
Change-Id: I3d9c9507c363b5f71e50da5f2ecc33e3ce4b6c5d
This commit is contained in:
parent
f01a0dfe50
commit
3538a20b10
@ -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',
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user