[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r550: Fix typo in puppet agent health report script.

Jeff Licquia licquia at linuxfoundation.org
Mon Mar 3 19:02:23 UTC 2014


------------------------------------------------------------
revno: 550
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Mon 2014-03-03 14:02:23 -0500
message:
  Fix typo in puppet agent health report script.
modified:
  modules/puppet/files/puppet-agent-health-report
-------------- next part --------------
=== modified file 'modules/puppet/files/puppet-agent-health-report'
--- a/modules/puppet/files/puppet-agent-health-report	2014-02-28 19:11:51 +0000
+++ b/modules/puppet/files/puppet-agent-health-report	2014-03-03 19:02:23 +0000
@@ -32,7 +32,7 @@
 if [ -s $TEMP_PATH/report -o "x${CONTINUITY}" != "x" ]; then
   ( echo    "report:      $BAS" ; \
     echo -n "puppet host: " ;  \
-    hostname \
+    hostname ; \
     echo -n "date:        " ; \
     date ; \
     echo    "continuity:  ${CONTINUITY}" ; \



More information about the lsb-messages mailing list