aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/scwbuilder.pp7
-rw-r--r--manifests/nodes_ip.pp5
2 files changed, 1 insertions, 11 deletions
diff --git a/manifests/nodes/scwbuilder.pp b/manifests/nodes/scwbuilder.pp
deleted file mode 100644
index 51ff46ac..00000000
--- a/manifests/nodes/scwbuilder.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-node scwbuilder {
-# Location: Scaleway (paris)
-#
- include common::default_mageia_server
- include mga_buildsystem::buildnode
- timezone::timezone { 'Europe/Paris': }
-}
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp
index 5efe1c98..d0751141 100644
--- a/manifests/nodes_ip.pp
+++ b/manifests/nodes_ip.pp
@@ -62,10 +62,7 @@ $nodes_ipaddr = {
},
friteuse => {
ipv4 => '192.168.122.131',
- },
- scwbuilder => {
- ipv6 => '2001:bc8:4400:2500::16:a11',
- },
+ }
}
# vim: sw=2