From e04449bb1622eaa967560b48ee0759c933c26550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Tue, 20 Jun 2017 11:10:44 +0200 Subject: =?UTF-8?q?Klasse=20itzks-systems-workstation=20f=C3=BCr=20Paket-U?= =?UTF-8?q?pdates=20erstellt=20und=20zugeordnet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/site.pp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'manifests/site.pp') diff --git a/manifests/site.pp b/manifests/site.pp index b4f95d5..79a3df1 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -63,6 +63,12 @@ class login_manager { } } +class itzks-systems-workstation { + package { 'itzks-systems-workstation': + ensure => 'latest', + } +} + node "all_hosts" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } @@ -116,12 +122,15 @@ node "bibserv.intern" inherits "all_servers" { # Notebooks im Medienwagen node /notebook-[0-9]{2}\.intern$/ inherits "all_hosts" { - class { 'anacron_on_battery': } + class { 'anacron_on_battery': } + class { 'itzks-systems-workstation': } } # Bib-Tresen Notebooks node /bib-tresen-nb.*\.intern$/ inherits "all_hosts" { - class { 'anacron_on_battery': } + class { 'anacron_on_battery': } + class { 'itzks-systems-workstation': } } # Workstations node /workstation-.*\.intern$/ inherits "all_hosts" { + class { 'itzks-systems-workstation': } } -- cgit v1.2.3