From b9a45eb51f124d02a9e4420b1e700de6a3afbaf2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 8 Mar 2018 10:58:30 +0100 Subject: Manage info.intern by puppet. --- code/environments/production/manifests/site.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'code/environments') 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': } -- cgit v1.2.3