diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-20 15:23:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-20 15:23:10 +0200 |
commit | 61195dcfc14ed8a916a0fdc7d1f218a7b2938b29 (patch) | |
tree | 3ad6c792e6d8af618663ea621eab73cb69d954fe /code/environments | |
parent | 8285ffcc316870f3cf34979420834f9471280e70 (diff) | |
download | puppet.FWSECK-61195dcfc14ed8a916a0fdc7d1f218a7b2938b29.tar.gz puppet.FWSECK-61195dcfc14ed8a916a0fdc7d1f218a7b2938b29.tar.bz2 puppet.FWSECK-61195dcfc14ed8a916a0fdc7d1f218a7b2938b29.zip |
site.pp: FWSECK does not have a backup server, yet.
Diffstat (limited to 'code/environments')
-rw-r--r-- | code/environments/production/manifests/site.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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': |