From 1e91eeeb1b47216a33b357735523ce2185a99eaa Mon Sep 17 00:00:00 2001 From: mattd-mb Date: Fri, 18 Nov 2022 13:35:37 +1100 Subject: [PATCH] Corrects replication agent parameter structure in hieradata --- templates/ansible/stack-provisioner-hieradata.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ansible/stack-provisioner-hieradata.j2 b/templates/ansible/stack-provisioner-hieradata.j2 index dd979d4d..222dac16 100644 --- a/templates/ansible/stack-provisioner-hieradata.j2 +++ b/templates/ansible/stack-provisioner-hieradata.j2 @@ -262,6 +262,6 @@ orchestrator::enable_cloudwatch_s3_stream: {{ aws.cloudwatch.enable_log_subscrip action_scheduled_jobs::cloudwatch_log_subscription_arn: {{ aws.cloudwatch.log_subscription_arn }} # Configuration of Publish replication-agent for Consolidated env. -aem_aws_stack_provisioner::author_publish_dispatcher::publish_replication_agent_protocol: {{ author_publish_dispatcher.replication_agent.publish_protocol }} -aem_aws_stack_provisioner::author_publish_dispatcher::publish_replication_agent_port: {{ author_publish_dispatcher.replication_agent.publish_port }} +author_publish_dispatcher::publish_replication_agent_protocol: {{ author_publish_dispatcher.replication_agent.publish_protocol }} +author_publish_dispatcher::publish_replication_agent_port: {{ author_publish_dispatcher.replication_agent.publish_port }}