aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/mgarepo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/var/mgarepo.pp')
-rw-r--r--modules/buildsystem/manifests/var/mgarepo.pp19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/mgarepo.pp b/modules/buildsystem/manifests/var/mgarepo.pp
new file mode 100644
index 00000000..52f9d9cc
--- /dev/null
+++ b/modules/buildsystem/manifests/var/mgarepo.pp
@@ -0,0 +1,19 @@
+# $submit_host:
+# hostname used to submit packages
+# $svn_hostname:
+# hostname of the svn server used for packages
+# $svn_root_packages:
+# svn root url of the svn repository for packages
+# $oldurl:
+# svn url where the import logs of the rpm are stored
+# $conf:
+# $conf{'global'} is a has table of values used in mgarepo.conf in
+# the [global] section
+class buildsystem::var::mgarepo(
+ $submit_host,
+ $svn_hostname,
+ $svn_root_packages,
+ $oldurl,
+ $conf
+) {
+}