From 36f318dbbe34654dc9eff636b7c47cd1bf765adf Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Sun, 5 Oct 2014 19:55:03 +0200 Subject: [PATCH] Fix copy & paste errors in comments in typos in roles/puppet (Closes: #764134) --- roles/puppet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/puppet b/roles/puppet index be9b79a..c042941 100755 --- a/roles/puppet +++ b/roles/puppet @@ -24,13 +24,13 @@ logMessage Script $0 starting # -# Install ssh +# Install puppet # installDebianPackage ${prefix} puppet # -# Make sure sshd isn't running, this will cause our unmounting of the +# Make sure puppet isn't running, this will cause our unmounting of the # disk image to fail.. # chroot ${prefix} /etc/init.d/puppet stop