diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-04-04 12:59:59 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-04-04 12:59:59 +0200 |
commit | 8b0ef59f10ec4e3b0a635a70aba0fd515767d76a (patch) | |
tree | f09dd97129f230462a76748b3356f4c1b96c0008 /sitemodules | |
parent | 3f9c111783723806d834ba441eab2f3ea36b3657 (diff) | |
download | cacert-puppet-8b0ef59f10ec4e3b0a635a70aba0fd515767d76a.tar.gz cacert-puppet-8b0ef59f10ec4e3b0a635a70aba0fd515767d76a.tar.xz cacert-puppet-8b0ef59f10ec4e3b0a635a70aba0fd515767d76a.zip |
Improve motd text
Diffstat (limited to 'sitemodules')
-rw-r--r-- | sitemodules/profiles/files/base/motd-puppet.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sitemodules/profiles/files/base/motd-puppet.sh b/sitemodules/profiles/files/base/motd-puppet.sh index 1223f02..46f5947 100644 --- a/sitemodules/profiles/files/base/motd-puppet.sh +++ b/sitemodules/profiles/files/base/motd-puppet.sh @@ -1,15 +1,15 @@ #!/bin/sh cat <<EOD - ____ _ _ - / ___| / \ ___ ___ _ __ | |_ -| | / _ \ / __/ _ \| '__|| __| -| |___ / ___ \| (_| __/| | | |_ - \____/_/ \_\\___\___||_| \__| + _________ __ + / ____/ | ________ _____/ /_ + / / / /| |/ ___/ _ \/ ___/ __/ +/ /___/ ___ / /__/ __/ / / /_ +\____/_/ |_\___/\___/_/ \__/ -This system is managed by Puppet. Access to the system is restricted. Please -see the Puppet definitions and Infrastructure documentation for more -information. +This system is managed by Puppet. Access to the system is restricted. Passwords +for administrators are managed by Puppet. Please see the Puppet definitions and +the infrastructure documentation for more information. https://infradocs.cacert.org/ https://git.cacert.org/gitweb/?p=cacert-puppet.git |