summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2017-06-28 12:55:52 +0200
committerBenjamin Schlüter <bschlueter@posteo.de>2017-06-28 12:55:52 +0200
commit3a980f2a55716e6db72ed6bea0ff61fdf0571871 (patch)
tree48df1ec0cf17b22caf05e0e49c998b7f6290f65c
parent41c6cb0126930c386bd20140eced94cdd15be558 (diff)
downloadpuppet.FWSECK-3a980f2a55716e6db72ed6bea0ff61fdf0571871.tar.gz
puppet.FWSECK-3a980f2a55716e6db72ed6bea0ff61fdf0571871.tar.bz2
puppet.FWSECK-3a980f2a55716e6db72ed6bea0ff61fdf0571871.zip
manifests/site.pp: Remove class itzks-systems-workstation and remove from assigned hosts.
-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': }