X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmotd%2Ftemplates%2Fmotd.erb;h=d1c1c8e50cec370ddbc57395e667533a253adda7;hb=f99058b341e824bdd84afeba7ad4a30e3254cd8c;hp=6919edd0d2da10e5d3929f028dd7b02b3c828f91;hpb=1d007e1bac457d1fba22efc32bfef86ac3a5319d;p=mirror%2Fdsa-puppet.git diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 6919edd0d..d1c1c8e50 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')