summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp16
1 files changed, 1 insertions, 15 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index f77036b..9c49cdd 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -58,18 +58,4 @@ node "bibserv.intern" inherits "all_servers" {
}
# Notebooks im Medienwagen
-node "mw1-nb-01.intern" inherits "all_hosts" {}
-node "mw1-nb-02.intern" inherits "all_hosts" {}
-node "mw1-nb-03.intern" inherits "all_hosts" {}
-node "mw1-nb-04.intern" inherits "all_hosts" {}
-node "mw1-nb-05.intern" inherits "all_hosts" {}
-node "mw1-nb-06.intern" inherits "all_hosts" {}
-node "mw1-nb-07.intern" inherits "all_hosts" {}
-node "mw1-nb-08.intern" inherits "all_hosts" {}
-node "mw1-nb-09.intern" inherits "all_hosts" {}
-node "mw1-nb-10.intern" inherits "all_hosts" {}
-node "mw1-nb-11.intern" inherits "all_hosts" {}
-node "mw1-nb-12.intern" inherits "all_hosts" {}
-node "mw1-nb-13.intern" inherits "all_hosts" {}
-node "mw1-nb-14.intern" inherits "all_hosts" {}
-node "mw1-nb-15.intern" inherits "all_hosts" {}
+node /mw1-nb-[0-9]{2}.intern$/ inherits "all_hosts" {}