From 61195dcfc14ed8a916a0fdc7d1f218a7b2938b29 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 20 Sep 2018 15:23:10 +0200 Subject: site.pp: FWSECK does not have a backup server, yet. --- code/environments/production/manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 5c2608c..c10b239 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -119,7 +119,7 @@ node "tjener.intern" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } - class { 'ssh_pubkeys_backupserver': } +# class { 'ssh_pubkeys_backupserver': } class { 'itzks_systems_common': } class { 'itzks_systems_mainserver': } @@ -143,7 +143,7 @@ node "tjener.intern" { node "filter.intern" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } - class { 'ssh_pubkeys_backupserver': } +# class { 'ssh_pubkeys_backupserver': } class { 'itzks_systems_common': } class { 'itzks_systems_filter': } class { 'unattended_upgrades': -- cgit v1.2.3