summaryrefslogtreecommitdiff
path: root/code/environments/production
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-08 10:58:30 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-08 10:58:30 +0100
commitb9a45eb51f124d02a9e4420b1e700de6a3afbaf2 (patch)
treef87cc4261d7c8267037fdbabff02513200254339 /code/environments/production
parent3a890187c88c6ea2ba652de64698ea5cb79d1957 (diff)
downloadpuppet.KATH-b9a45eb51f124d02a9e4420b1e700de6a3afbaf2.tar.gz
puppet.KATH-b9a45eb51f124d02a9e4420b1e700de6a3afbaf2.tar.bz2
puppet.KATH-b9a45eb51f124d02a9e4420b1e700de6a3afbaf2.zip
Manage info.intern by puppet.
Diffstat (limited to 'code/environments/production')
-rw-r--r--code/environments/production/manifests/site.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 4c4dbf1..bed1004 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -193,6 +193,12 @@ node "devserver.intern" {
class { 'ssh_pubkeys_backupserver': }
class { 'itzks_systems_common': }
}
+node "info.intern" {
+ class { 'ssh_pubkeys_admins': }
+ class { 'ssh_pubkeys_firedadmins': }
+ class { 'ssh_pubkeys_backupserver': }
+ class { 'itzks_systems_common': }
+}
node "bibserv.intern" {
class { 'ssh_pubkeys_admins': }
class { 'ssh_pubkeys_firedadmins': }