diff options
Diffstat (limited to 'manifests/site.pp')
-rw-r--r-- | manifests/site.pp | 9 |
1 files changed, 9 insertions, 0 deletions
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': } } |