diff options
-rw-r--r-- | manifests/site.pp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 577221a..62ed564 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -149,22 +149,6 @@ node "filter.intern" inherits "all_servers" {} node "bibserv.intern" inherits "all_servers" { } -# Notebooks im Medienwagen -node /notebook-[0-9]{2}\.intern$/ inherits "all_hosts" { - class { 'anacron_on_battery': } - class { 'fsautoresizetab': } - class { 'fsautoresizetab_change_var': } - class { 'fsautoresizetab_change_usr': } -} - -# Bib-Tresen Notebooks -node /bib-tresen-nb.*\.intern$/ inherits "all_hosts" { - class { 'anacron_on_battery': } - class { 'fsautoresizetab': } - class { 'fsautoresizetab_change_var': } - class { 'fsautoresizetab_change_usr': } -} - # Workstations node /workstation-.*\.intern$/ inherits "all_hosts" { class { 'fsautoresizetab': } |