diff options
-rw-r--r-- | code/environments/production/manifests/site.pp | 6 |
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': } |