summaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-07 17:28:52 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-07 17:28:52 +0100
commita3d09bd3a3c8aa462fd38d4b3eb6c7f67ee326db (patch)
tree16265ffa2fe0bf2b62966c77be8c64bac702fca3 /code
parent0e39303b6981cd5fa16c0201b7edd299b4584037 (diff)
downloadpuppet.DEV-a3d09bd3a3c8aa462fd38d4b3eb6c7f67ee326db.tar.gz
puppet.DEV-a3d09bd3a3c8aa462fd38d4b3eb6c7f67ee326db.tar.bz2
puppet.DEV-a3d09bd3a3c8aa462fd38d4b3eb6c7f67ee326db.zip
site.pp: Apply new class 'krb5hostkeytab' to hosts where appropriate.
Diffstat (limited to 'code')
-rw-r--r--code/environments/production/manifests/site.pp6
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': }
}