diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-06-25 15:37:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-06-25 15:37:24 +0200 |
commit | f4c8d1c10914c831d20412e7c51c59d8d0b87d25 (patch) | |
tree | 0ce28a2f708e51d36e1b5bdb18a95cff6f2a122c /code/environments/production | |
parent | 65791630caf8fcb2d8c24fa6f20d34eb5c8df7bb (diff) | |
download | puppet.KATH-f4c8d1c10914c831d20412e7c51c59d8d0b87d25.tar.gz puppet.KATH-f4c8d1c10914c831d20412e7c51c59d8d0b87d25.tar.bz2 puppet.KATH-f4c8d1c10914c831d20412e7c51c59d8d0b87d25.zip |
Ensure 'itzks-systems-tablet' is latest version on tablets.
Diffstat (limited to 'code/environments/production')
-rw-r--r-- | code/environments/production/manifests/site.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 81c7a1e..49f1251 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -255,6 +255,13 @@ class itzks_systems_workstation { } } +class itzks_systems_tablet { + package { 'itzks-systems-tablet': + ensure => 'latest', + } +} + + class itzks_systems_mainserver { package { 'itzks-systems-mainserver': ensure => 'latest', @@ -717,6 +724,7 @@ node /(tab[0-9]+|test-fai-installation-tablet)\.intern$/ { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } class { 'lsb_release_with_version': } + class { 'itzks_systems_tablet': } class { 'fsautoresizetab': } class { 'unattended_upgrades': enable => 1, |