summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorIan Taylor <ian@lorf.org>2009-06-05 12:39:04 -0400
committerJames Turnbull <james@lovedthanlost.net>2009-06-06 09:12:00 +1000
commit4f2c066a97e59a89df64af4b25beac6f3f0553c2 (patch)
tree126540beec3c65448e01e1b48d27275ec4ee6ea4 /sbin
parent97e6975d69f239e24993315a25a3117b1daa48c3 (diff)
downloadpuppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.tar.gz
puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.tar.xz
puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.zip
Removed extra whitespace from end of lines
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/puppetca6
-rwxr-xr-xsbin/puppetd2
-rwxr-xr-xsbin/puppetqd2
-rwxr-xr-xsbin/puppetrun6
4 files changed, 8 insertions, 8 deletions
diff --git a/sbin/puppetca b/sbin/puppetca
index 771e31b71..572f72c03 100755
--- a/sbin/puppetca
+++ b/sbin/puppetca
@@ -36,7 +36,7 @@
# '--clean', or '--list'.
#
# clean::
-# Remove all files related to a host from puppetca's storage. This is
+# Remove all files related to a host from puppetca's storage. This is
# useful when rebuilding hosts, since new certificate signing requests
# will only be honored if puppetca does not have a copy of a signed
# certificate for that host. The certificate of the host remains valid.
@@ -54,7 +54,7 @@
# Print this help message
#
# list::
-# List outstanding certificate requests. If '--all' is specified,
+# List outstanding certificate requests. If '--all' is specified,
# signed certificates are also listed, prefixed by '+'.
#
# print::
@@ -97,4 +97,4 @@
# Licensed under the GNU Public License
require 'puppet/application/puppetca'
-Puppet::Application[:puppetca].run \ No newline at end of file
+Puppet::Application[:puppetca].run
diff --git a/sbin/puppetd b/sbin/puppetd
index 08accf576..650a7e722 100755
--- a/sbin/puppetd
+++ b/sbin/puppetd
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
-# == Synopsis
+# == Synopsis
#
# Retrieve the client configuration from the central puppet server and apply
# it to the local host.
diff --git a/sbin/puppetqd b/sbin/puppetqd
index 14a15b519..5487a324f 100755
--- a/sbin/puppetqd
+++ b/sbin/puppetqd
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
-# == Synopsis
+# == Synopsis
#
# Retrieve serialized records from a queue and process them in order.
#
diff --git a/sbin/puppetrun b/sbin/puppetrun
index da4f24a98..d3b2630af 100755
--- a/sbin/puppetrun
+++ b/sbin/puppetrun
@@ -44,10 +44,10 @@
#
# [fileserver]
# allow *.madstop.com
-#
+#
# [puppetmaster]
# allow *.madstop.com
-#
+#
# [puppetrunner]
# allow culain.madstop.com
#
@@ -109,7 +109,7 @@
# option requires LDAP support at this point.
#
# ping::
-#
+#
# Do a ICMP echo against the target host. Skip hosts that don't respond to ping.
#
# = Example