From 3a980f2a55716e6db72ed6bea0ff61fdf0571871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 28 Jun 2017 12:55:52 +0200 Subject: manifests/site.pp: Remove class itzks-systems-workstation and remove from assigned hosts. --- manifests/site.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 04ce243..577221a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -63,11 +63,6 @@ class login_manager { } } -class itzks-systems-workstation { - package { 'itzks-systems-workstation': - ensure => 'latest', - } -} class itzks-systems-common { package { 'itzks-systems-common': @@ -157,7 +152,6 @@ node "bibserv.intern" inherits "all_servers" { # Notebooks im Medienwagen node /notebook-[0-9]{2}\.intern$/ inherits "all_hosts" { class { 'anacron_on_battery': } - class { 'itzks-systems-workstation': } class { 'fsautoresizetab': } class { 'fsautoresizetab_change_var': } class { 'fsautoresizetab_change_usr': } @@ -166,7 +160,6 @@ node /notebook-[0-9]{2}\.intern$/ inherits "all_hosts" { # Bib-Tresen Notebooks node /bib-tresen-nb.*\.intern$/ inherits "all_hosts" { class { 'anacron_on_battery': } - class { 'itzks-systems-workstation': } class { 'fsautoresizetab': } class { 'fsautoresizetab_change_var': } class { 'fsautoresizetab_change_usr': } @@ -174,7 +167,6 @@ node /bib-tresen-nb.*\.intern$/ inherits "all_hosts" { # Workstations node /workstation-.*\.intern$/ inherits "all_hosts" { - class { 'itzks-systems-workstation': } class { 'fsautoresizetab': } class { 'fsautoresizetab_change_var': } class { 'fsautoresizetab_change_usr': } -- cgit v1.2.3