diff options
author | Michael Scherer <misc@mageia.org> | 2011-08-17 15:07:33 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-08-17 15:07:33 +0000 |
commit | e9d912594b0ab5973eb561c6cb9fc48624214c78 (patch) | |
tree | fc4e9b63b24a0f4b8cd79174632aecc5f93f837b /modules | |
parent | 51f06698fe3a04530c7716742990b4e17c2ea5d5 (diff) | |
download | puppet-e9d912594b0ab5973eb561c6cb9fc48624214c78.tar puppet-e9d912594b0ab5973eb561c6cb9fc48624214c78.tar.gz puppet-e9d912594b0ab5973eb561c6cb9fc48624214c78.tar.bz2 puppet-e9d912594b0ab5973eb561c6cb9fc48624214c78.tar.xz puppet-e9d912594b0ab5973eb561c6cb9fc48624214c78.zip |
add proper requires, to make sure the svn is created before placing the link
Diffstat (limited to 'modules')
-rw-r--r-- | modules/subversion/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp index b970672a..2412645f 100644 --- a/modules/subversion/manifests/init.pp +++ b/modules/subversion/manifests/init.pp @@ -230,6 +230,7 @@ class subversion { owner => root, group => root, mode => 755, + require => File["$name/hooks/pre-commit"], } if $restricted_to_user { |