From: Peter Palfrader Date: Sun, 21 Apr 2013 20:20:45 +0000 (+0200) Subject: motd fixes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1d007e1bac457d1fba22efc32bfef86ac3a5319d;hp=add02e2b92631c86ea77bfb8de76d19455a28a04;p=mirror%2Fdsa-puppet.git motd fixes --- diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 9255b9b0e..6919edd0d 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -52,8 +52,8 @@ if (scope.lookupvar('site::nodeinfo')['ldap'].has_key?('purpose')) if classes.include?("porterbox") extra += "See 'schroot -l' for a list of available chroots. Start new sessions\n" extra += "with 'schroot --begin-session -c ', run commands in sessions using\n" - 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 += "'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 '." else