From 34058c08f34dc05ea6f804687c564ee63c9b85dd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 5 Jan 2022 16:36:32 +0100 Subject: site.pp: Add 'krb5hostkeytab' to all server VMs and all explicitly known client systems. --- code/environments/production/manifests/site.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 4eaaf1e..ebd0066 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -200,6 +200,7 @@ node "disklserver.intern" { } class { 'itzks_systems_disklserver': } class { 'itzks_systems_common': } + class { 'krb5hostkeytab': } } node "faiserver.intern" { @@ -221,6 +222,7 @@ node "faiserver.intern" { } class { 'itzks_systems_faiserver': } class { 'itzks_systems_common': } + class { 'krb5hostkeytab': } } #node "filter.intern" { @@ -287,6 +289,7 @@ node /(notebook-[0-9]+|test-notebook)\.intern$/ { class { 'itzks_systems_roamingworkstation': } class { 'itzks_systems_common': } class { 'login_manager': } + class { 'krb5hostkeytab': } } @@ -311,6 +314,7 @@ node /(workstation-[0-9]+|test-workstation)\.intern$/ { class { 'itzks_systems_workstation': } class { 'itzks_systems_common': } class { 'login_manager': } + class { 'krb5hostkeytab': } } # TABLETS @@ -332,6 +336,7 @@ node /(tab-[0-9]+|test-tablet)\.intern$/ { } class { 'itzks_systems_tablet': } class { 'itzks_systems_common': } + class { 'krb5hostkeytab': } } # default / minimal -- cgit v1.2.3