aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/init.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 570ee02d..5295951c 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -405,6 +405,16 @@ class buildsystem {
}
}
+ class release {
+ subversion::snapshot { "/root/release":
+ source => "svn://svn.$domain/soft/release/trunk/",
+ }
+
+ package { "hardlink":
+ ensure => "installed",
+ }
+ }
+
# A script to copy on valstar the 2010.1 rpms built on jonund
class sync20101 inherits base {
file { "/usr/local/bin/sync2010.1":