diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-22 21:54:09 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-22 21:54:17 +0100 |
commit | eb7dcf920855c2d12b14475f8de8ce75d40db47f (patch) | |
tree | f9dc9c0d042c7792708d96aaf523ed2e52541553 | |
parent | 0f9b1e950f9bb036147e9f383fec0094807fe7ec (diff) | |
download | puppet.DEV-eb7dcf920855c2d12b14475f8de8ce75d40db47f.tar.gz puppet.DEV-eb7dcf920855c2d12b14475f8de8ce75d40db47f.tar.bz2 puppet.DEV-eb7dcf920855c2d12b14475f8de8ce75d40db47f.zip |
site.pp: Improve comment about vidar and disklserver.dev and how they interact.
-rw-r--r-- | code/environments/production/manifests/site.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 807eeca..cd8e5db 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -148,6 +148,8 @@ node "disklserver.intern" { class { 'ssh_pubkeys_backupserver': } class { 'lsb_release_with_version': } # vidar.das-netzwerkteam.de is the deployment source for diskless workstation chroots + # disklserver.dev is the template server for diskless workstations, so vidar must be + # able to pull LTSP image chroots from it... ssh_authorized_key { 'root@vidar.das-netzwerkteam.de': type => 'ssh-rsa', key => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDiLGbx/U9slB9db8PAy8FTRo7/avVvLJUOZzkoBxZa5Edeo+74ezoU2Kv1OxcRJRnSGBe41XDcpLxDS04JMA5xBddUfdq5c+Y1A2SYChUPK1fkrGoKfmGC60dFmEqAQZ33dJhN9rxzQvuvxlmexX8x2TYJC8/jATa+6QuO4chHAFvGo9RLs8hzet5y06fammJDkf0yD6R32GT7q4XMNXilKQ564D1yBJygE6vZx/W3V3l8/QMr6m1lYTTk+W+29IkoxvQBZ6YXKFdnuTVkSYyanafjZwznTFSuBtBZKcgLXFFmyplcB4QlZGvdrrsEJazwwj+pnJeGx0HwV8ePbKxN', |