aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/mga_buildsystem/manifests/mainnode.pp8
-rw-r--r--manifests/nodes/valstar.pp7
2 files changed, 9 insertions, 6 deletions
diff --git a/deployment/mga_buildsystem/manifests/mainnode.pp b/deployment/mga_buildsystem/manifests/mainnode.pp
new file mode 100644
index 00000000..a744f22a
--- /dev/null
+++ b/deployment/mga_buildsystem/manifests/mainnode.pp
@@ -0,0 +1,8 @@
+class mga_buildsystem::mainnode {
+ include buildsystem::mainnode
+ include buildsystem::sync20101
+ include buildsystem::release
+ include buildsystem::maintdb
+ include buildsystem::binrepo
+ include buildsystem::repoctl
+}
diff --git a/manifests/nodes/valstar.pp b/manifests/nodes/valstar.pp
index ac179cff..c79f65af 100644
--- a/manifests/nodes/valstar.pp
+++ b/manifests/nodes/valstar.pp
@@ -17,12 +17,7 @@ node valstar {
include ssh::auth
include ssh::auth::keymaster
- include buildsystem::mainnode
- include buildsystem::sync20101
- include buildsystem::release
- include buildsystem::maintdb
- include buildsystem::binrepo
- include buildsystem::repoctl
+ include mga_buildsystem::mainnode
include softwarekey
include mgasoft