summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-02-09 13:08:12 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-02-09 13:08:12 +0100
commit5cfad9d239d999821427d2bf817dbfb7c19dd085 (patch)
treeb16492d45d1a9dafc926d6b4f830833bbb6a5f9c
parent3077ff6df17aba97b3a8efa975099b2529d189a6 (diff)
downloadpuppet.FWSECK-5cfad9d239d999821427d2bf817dbfb7c19dd085.tar.gz
puppet.FWSECK-5cfad9d239d999821427d2bf817dbfb7c19dd085.tar.bz2
puppet.FWSECK-5cfad9d239d999821427d2bf817dbfb7c19dd085.zip
use regexp for hosts in Mediawagen-01
-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" {}