From 5cfad9d239d999821427d2bf817dbfb7c19dd085 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 9 Feb 2016 13:08:12 +0100 Subject: use regexp for hosts in Mediawagen-01 --- manifests/site.pp | 16 +--------------- 1 file changed, 1 insertion(+), 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" {} -- cgit v1.2.3