summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2017-06-28 14:13:40 +0200
committerBenjamin Schlüter <bschlueter@posteo.de>2017-06-28 14:13:40 +0200
commit146370fb4938086991d9ec4c6170fa31aebd0f07 (patch)
tree4f8438116e530f9c0122806fffafbfe01a5b3965
parentace2d31e9a2fb319c3021a3b5c212d60593fd814 (diff)
downloadpuppet.KATH-146370fb4938086991d9ec4c6170fa31aebd0f07.tar.gz
puppet.KATH-146370fb4938086991d9ec4c6170fa31aebd0f07.tar.bz2
puppet.KATH-146370fb4938086991d9ec4c6170fa31aebd0f07.zip
manifests/site.pp: Remove class itzks-systems-workstation and remove from assigned hosts.
-rw-r--r--manifests/site.pp7
1 files changed, 0 insertions, 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': }