Skip to content

Commit

Permalink
Merge pull request #82 from blogh/v1.1_version
Browse files Browse the repository at this point in the history
Fix version number and name in the ra meta_data.
  • Loading branch information
ioguix authored Mar 13, 2017
2 parents 4d2e85a + f69c5e1 commit 37ded2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/pgsqlms
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,8 @@ sub _confirm_stopped {
sub ocf_meta_data {
print qq{<?xml version="1.0"?>
<!DOCTYPE resource-agent SYSTEM "ra-api-1.dtd">
<resource-agent name="pgsqlsr">
<version>1.0</version>
<resource-agent name="pgsqlms">
<version>$VERSION</version>
<longdesc lang="en">
Resource script for PostgreSQL in replication. It manages PostgreSQL servers using streaming replication as an HA resource.
Expand Down

0 comments on commit 37ded2f

Please sign in to comment.