diff options
-rw-r--r-- | manifests/site.pp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 27fcd63..f77036b 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -56,3 +56,20 @@ node "disklserver.intern" inherits "all_servers" { 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" {} |