summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/defines.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defines.pp b/manifests/defines.pp
index e5c7a17..7cae1a0 100644
--- a/manifests/defines.pp
+++ b/manifests/defines.pp
@@ -60,7 +60,7 @@ define git::clone(
exec {"git-clone_${name}":
command => "git-clone --no-hardlinks ${git_repo} ${projectroot}",
creates => "$projectroot/.git",
- notify => Exec["git-clone-chown"],
+ notify => Exec["git-clone-chown_${name}"],
}
exec {"git-clone-chown_${name}":
command => "chown -R ${cloneddir_user}:${cloneddir_group} ${projectroot}",