From 890c7c9dbf0d9971451b370b5a87df3a5cd627f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 19 Jun 2017 16:15:23 +0200 Subject: =?UTF-8?q?Klasse=20itzks-systems-workstation=20erg=C3=A4nzt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/site.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manifests') diff --git a/manifests/site.pp b/manifests/site.pp index be64500..98cadcf 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -72,6 +72,13 @@ class software { } } +class itzks-systems-workstation { + package { 'itzks-systems-workstation': + ensure => 'latest', + } +} + + node "all_hosts" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } @@ -102,8 +109,10 @@ node "contentserver.intern" inherits "all_servers" {} node "devserver.intern" inherits "all_servers" {} node "bibserv.intern" inherits "all_servers" {} + # Notebooks in den Medienwägen node /mw.*.intern$/ inherits "all_hosts" { class { 'anacron_on_battery': } class { 'software': } + class { 'itzks-systems-workstation': } } -- cgit v1.2.3