aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-04 18:25:13 +0000
committerMichael Scherer <misc@mageia.org>2010-11-04 18:25:13 +0000
commit9b5429d82a49d567d28b9953f86d688977bb0fb2 (patch)
treebdee45b9f3d10b5162967e96f4fac3a675fe5ac2 /modules
parent7728f62f235c2637397d323d8f906878841a8d75 (diff)
downloadpuppet-9b5429d82a49d567d28b9953f86d688977bb0fb2.tar
puppet-9b5429d82a49d567d28b9953f86d688977bb0fb2.tar.gz
puppet-9b5429d82a49d567d28b9953f86d688977bb0fb2.tar.bz2
puppet-9b5429d82a49d567d28b9953f86d688977bb0fb2.tar.xz
puppet-9b5429d82a49d567d28b9953f86d688977bb0fb2.zip
- merge the current puppet snapshot system with the new module
Diffstat (limited to 'modules')
-rw-r--r--modules/subversion/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index 1904de0e..dc00fe2e 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -33,6 +33,13 @@ class subversion {
package { subversion:
ensure => installed,
}
+ # svn spam log with
+ # Oct 26 13:30:01 valstar svn: No worthy mechs found
+ # without it, source http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html
+ #
+ package {"lib64sasl2-plug-anonymous":
+ ensure => "installed"
+ }
}
# TODO ensure that subversion ishere