diff options
-rw-r--r-- | modules/git/manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp index 39c8470a..1853ab94 100644 --- a/modules/git/manifests/init.pp +++ b/modules/git/manifests/init.pp @@ -62,7 +62,8 @@ class git { file { "$name/description": ensure => present, - content => $description + content => $description, + require => File["$name/git-daemon-export-ok"] } } |