From 146370fb4938086991d9ec4c6170fa31aebd0f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 28 Jun 2017 14:13:40 +0200 Subject: manifests/site.pp: Remove class itzks-systems-workstation and remove from assigned hosts. --- manifests/site.pp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 925cdad..087c210 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -62,12 +62,6 @@ class login_manager { } -class itzks-systems-workstation { - package { 'itzks-systems-workstation': - ensure => 'latest', - } -} - class itzks-systems-common { package { 'itzks-systems-common': ensure => 'latest', @@ -157,7 +151,6 @@ node "bibserv.intern" inherits "all_servers" {} # Notebooks in den Medienwägen node /mw.*.intern$/ inherits "all_hosts" { class { 'anacron_on_battery': } - class { 'itzks-systems-workstation': } class { 'fsautoresizetab': } class { 'fsautoresizetab_change_var': } class { 'fsautoresizetab_change_usr': } -- cgit v1.2.3