Revision
131
Author
dmorgan
Date
2010-11-05 11:16:46 +0100 (Fri, 05 Nov 2010)

Log Message

valstar is now the svn server

Modified Paths

Modified: puppet/manifests/nodes.pp
===================================================================
--- puppet/manifests/nodes.pp	2010-11-05 10:09:38 UTC (rev 130)
+++ puppet/manifests/nodes.pp	2010-11-05 10:16:46 UTC (rev 131)
@@ -18,6 +18,7 @@
     include mirror
     include openldap::master 
     include subversion::client
+    include subversion::server
     
 
     subversion::snapshot { "/etc/puppet":

Modified: puppet/modules/subversion/manifests/init.pp
===================================================================
--- puppet/modules/subversion/manifests/init.pp	2010-11-05 10:09:38 UTC (rev 130)
+++ puppet/modules/subversion/manifests/init.pp	2010-11-05 10:16:46 UTC (rev 131)
@@ -8,6 +8,11 @@
         package { "subversion-server":
             ensure => installed,
         }
+
+        package { "perl-SVN-Notify-Config":
+            ensure => installed,
+        }
+
     }
 
     # TODO create proper hook directory ( see zarb.org )