From f4c8d1c10914c831d20412e7c51c59d8d0b87d25 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 25 Jun 2020 15:37:24 +0200 Subject: Ensure 'itzks-systems-tablet' is latest version on tablets. --- code/environments/production/manifests/site.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'code/environments/production') 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, -- cgit v1.2.3