summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/site.pp8
1 files changed, 0 insertions, 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': }