From: Peter Palfrader Date: Mon, 22 Apr 2013 21:03:22 +0000 (+0200) Subject: And update motd X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=697be9168f9aa539b6242115d5d945b2f0715255 And update motd --- diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 6919edd0..d1c1c8e5 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -55,7 +55,8 @@ if (scope.lookupvar('site::nodeinfo')['ldap'].has_key?('purpose')) extra += "'schroot --run-session -c [-- command]', and tear down sessions\n" extra += "using 'schroot --end-session -c '. You can run a limited set of\n" extra += "privileged commands, for instance some of apt-get, using\n" - extra += "'dd-schroot-cmd -c '." + extra += "'dd-schroot-cmd -c '.\n" + extra += "Use 'schroot-list-sessions' to list your open sessions.\n" else extra += "See 'dchroot -l' or 'schroot -l' for a list of available chroots.\n" if scope.lookupvar('site::nodeinfo')['ldap'].has_key?('admin')