aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-19 01:00:00 +0000
committerMichael Scherer <misc@mageia.org>2010-11-19 01:00:00 +0000
commitc53a024f0106c0372a2e23446437f8645fe3493e (patch)
tree8585c1d43b52b339c1f132db96258ad14be806dc /modules/subversion
parent6f81ff0a161569695003caa8dd20afc15d60fac2 (diff)
downloadpuppet-c53a024f0106c0372a2e23446437f8645fe3493e.tar
puppet-c53a024f0106c0372a2e23446437f8645fe3493e.tar.gz
puppet-c53a024f0106c0372a2e23446437f8645fe3493e.tar.bz2
puppet-c53a024f0106c0372a2e23446437f8645fe3493e.tar.xz
puppet-c53a024f0106c0372a2e23446437f8645fe3493e.zip
- testing show that perl-SVN-Notify-Mirror is required
Diffstat (limited to 'modules/subversion')
-rw-r--r--modules/subversion/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index 2bc257fd..ae7676e2 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -9,7 +9,7 @@ class subversion {
ensure => installed,
}
- package { "perl-SVN-Notify-Config":
+ package { ["perl-SVN-Notify-Config", "perl-SVN-Notify-Mirror"]:
ensure => installed,
}
@@ -158,7 +158,7 @@ class subversion {
group => root,
mode => 755,
content => template("subversion/hook_extract.pl"),
- require => Exec["svnadmin create $name"],
+ require => [Package['perl-SVN-Notify-Mirror']],
}
}