Skip to content

Commit

Permalink
RS-71 - Merge pull request #468 from shinesolutions/fix/correct-repli…
Browse files Browse the repository at this point in the history
…cation-agent-hieradata

Corrects replication agent parameter structure in hieradata
  • Loading branch information
cliffano authored Nov 21, 2022
2 parents 8ac527a + 1e91eee commit e609073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/ansible/stack-provisioner-hieradata.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e609073

Please sign in to comment.