Skip to content

Commit

Permalink
Close the parameters tag in the metadata
Browse files Browse the repository at this point in the history
CVS patchset: 10127
CVS date: 2006/07/29 20:28:21

--HG--
extra : convert_revision : 01ec8bce8a1afe4d842bc707cb0b369b9326ce99
  • Loading branch information
andrew committed Jul 29, 2006
1 parent 4f79597 commit 1668f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion heartbeat/pingd.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: pingd.in,v 1.2 2006/06/13 06:50:21 andrew Exp $
# $Id: pingd.in,v 1.3 2006/07/29 20:28:21 andrew Exp $
#
# pingd OCF RA. Does nothing but wait a few seconds, can be
# configured to fail occassionally.
Expand Down Expand Up @@ -120,6 +120,8 @@ The list of ping nodes to count. Defaults to all configured ping nodes. Rarely
<content type="integer" default=""/>
</parameter>
</parameters>
<actions>
<action name="start" timeout="90" />
<action name="stop" timeout="100" />
Expand Down

0 comments on commit 1668f2e

Please sign in to comment.