summaryrefslogtreecommitdiffstats
path: root/blueprints/pgaas.yaml-template
diff options
context:
space:
mode:
Diffstat (limited to 'blueprints/pgaas.yaml-template')
-rw-r--r--blueprints/pgaas.yaml-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/pgaas.yaml-template b/blueprints/pgaas.yaml-template
index 822288f..9158e79 100644
--- a/blueprints/pgaas.yaml-template
+++ b/blueprints/pgaas.yaml-template
@@ -109,7 +109,7 @@ inputs:
*00 ) WRITE=-write ;;
*01 ) WRITE= ;;
esac
- curl -v -X PUT -H "Content-Type: application/json" "http://${LOCATION_PREFIX}cnsl00.${LOCATION_DOMAIN}:8500/v1/agent/service/register" -d '{"name" : "${CLUSTER_NAME}${WRITE}", "Address" : "${LOCAL_IP}", "Port" : 5432}"
+ curl -v -X PUT -H "Content-Type: application/json" "http://${LOCATION_PREFIX}cnsl00.${LOCATION_DOMAIN}:8500/v1/agent/service/register" -d '{"name" : "${CLUSTER_NAME}${WRITE}", "Address" : "${LOCAL_IP}", "Port" : 5432}"'
echo ALL DONE