From a3d9b11dc87092d6bd9f42d3b746c55a140fb321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Thu, 4 Jan 2018 12:07:25 +0100 Subject: First changes in manifests/site.pp --- manifests/site.pp | 16 ---------------- 1 file changed, 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': } -- cgit v1.2.3