summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-01-04 12:07:25 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-01-04 12:07:25 +0100
commita3d9b11dc87092d6bd9f42d3b746c55a140fb321 (patch)
tree57632abfd56c6dfc734cad57f10cd9dc581e3ba5
parent3a980f2a55716e6db72ed6bea0ff61fdf0571871 (diff)
downloadpuppet.FWSECK-a3d9b11dc87092d6bd9f42d3b746c55a140fb321.tar.gz
puppet.FWSECK-a3d9b11dc87092d6bd9f42d3b746c55a140fb321.tar.bz2
puppet.FWSECK-a3d9b11dc87092d6bd9f42d3b746c55a140fb321.zip
First changes in manifests/site.pp
-rw-r--r--manifests/site.pp16
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': }