aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/nodes.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index b8fa9f6c..58e8167a 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -24,6 +24,12 @@ node valstar {
include restrictshell::allow_svn
include restrictshell::allow_pkgsubmit
+ subversion::repository { "/svn/adm/":
+ group => "mga-sysadmin",
+ commit_mail => "mageia-sysadm@mageia.org",
+ syntax_check => ['check_puppet_templates','check_puppet'],
+ }
+
subversion::snapshot { "/etc/puppet":
source => "svn://svn.mageia.org/svn/adm/puppet/"
}