diff options
Diffstat (limited to 'code/environments')
-rw-r--r-- | code/environments/production/manifests/site.pp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index b3ecff3..514ac8b 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -175,6 +175,7 @@ node "disklserver.intern" { debdelta => 1, }, } + class { 'krb5hostkeytab': } } node "tjener.intern" { @@ -214,6 +215,7 @@ node "faiserver.intern" { debdelta => 1, }, } + class { 'krb5hostkeytab': } } node "filter.intern" { @@ -233,6 +235,7 @@ node "filter.intern" { debdelta => 1, }, } + class { 'krb5hostkeytab': } } # NOT PRESENT node "bibserv.intern" inherits "all_servers" {} @@ -278,7 +281,7 @@ node "default" { # Changes for testing cachfilesd-stuff below (node) -node "TestVM-Workstation-stretch-2.intern" { +node "test-workstation.intern" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } class { 'lsb_release_with_version': } @@ -294,4 +297,5 @@ node "TestVM-Workstation-stretch-2.intern" { }, } class { 'cachefilesd': } + class { 'krb5hostkeytab': } } |