diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-04 18:25:13 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-04 18:25:13 +0000 |
commit | 9b5429d82a49d567d28b9953f86d688977bb0fb2 (patch) | |
tree | bdee45b9f3d10b5162967e96f4fac3a675fe5ac2 /modules/subversion/manifests | |
parent | 7728f62f235c2637397d323d8f906878841a8d75 (diff) | |
download | puppet-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/subversion/manifests')
-rw-r--r-- | modules/subversion/manifests/init.pp | 7 |
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 |