diff options
Diffstat (limited to 'code/environments/production')
-rw-r--r-- | code/environments/production/manifests/site.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index a8339f1..0553fa5 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -261,7 +261,7 @@ class browser_chromium { node "tjener.intern" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } -# class { 'ssh_pubkeys_backupserver': } + class { 'ssh_pubkeys_backupserver': } class { 'lsb_release_with_version': } class { 'browser_firefox': } class { 'browser_chromium': } @@ -285,7 +285,7 @@ node "tjener.intern" { node "disklserver.intern" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } -# class { 'ssh_pubkeys_backupserver': } + class { 'ssh_pubkeys_backupserver': } class { 'lsb_release_with_version': } # vidar.das-netzwerkteam.de is the deployment source for diskless workstation chroots ssh_authorized_key { 'root@vidar.das-netzwerkteam.de': @@ -315,7 +315,7 @@ node "disklserver.intern" { node "faiserver.intern" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } -# class { 'ssh_pubkeys_backupserver': } + class { 'ssh_pubkeys_backupserver': } class { 'lsb_release_with_version': } class { 'unattended_upgrades': enable => 1, |