1
0
mirror of synced 2026-03-10 04:10:56 +00:00

Fix copy & paste errors in comments in typos in roles/puppet (Closes: #764134)

This commit is contained in:
Santiago Vila
2014-10-05 19:55:03 +02:00
committed by Axel Beckert
parent 41a30ede83
commit 36f318dbbe

View File

@@ -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