summaryrefslogtreecommitdiff
path: root/vm-data
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-13 08:14:19 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-13 08:14:19 +0100
commit20f507162ccda864957d1aa81d450d369cbdb170 (patch)
tree379021015e6552048f9f6b8d52375c99b163cad3 /vm-data
parent7570446bb78459c07ff965bfb0671b6d03469d4c (diff)
downloadjenkinstool-20f507162ccda864957d1aa81d450d369cbdb170.tar.gz
Remove trailing whitespace from lines
Diffstat (limited to 'vm-data')
-rwxr-xr-xvm-data/worker.customize8
1 files changed, 4 insertions, 4 deletions
diff --git a/vm-data/worker.customize b/vm-data/worker.customize
index 8337dbf..7127bf4 100755
--- a/vm-data/worker.customize
+++ b/vm-data/worker.customize
@@ -3,17 +3,17 @@
# vm-data/worker.customize - customize disk image for jenkins worker node
#
# Copyright 2012 Lars Wirzenius
-#
+#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -50,7 +50,7 @@ install -m 0644 vm-data/worker.user-key.pub \
cat vm-data/jenkins.user-key.pub vm-data/worker.user-key.pub \
> "$rootdir/var/lib/jenkins/.ssh/authorized_keys"
chmod 0600 "$rootdir/var/lib/jenkins/.ssh/authorized_keys"
-
+
# Disable ssh host key checking.
echo "StrictHostKeyChecking no" >> "$rootdir/etc/ssh/ssh_config"