diff options
Diffstat (limited to 'code')
-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, |