[Mageia-sysadm] [131] valstar is now the svn server

root at mageia.org root at mageia.org
Fri Nov 5 11:16:47 CET 2010


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:
--------------
    puppet/manifests/nodes.pp
    puppet/modules/subversion/manifests/init.pp

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 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101105/11bf5e3b/attachment.html>


More information about the Mageia-sysadm mailing list