Skip to content

Commit

Permalink
Adding Controller in main configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Himani Anil Deshpande committed Dec 13, 2024
1 parent 11966e3 commit 751e6cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudformation/ad/ad-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ Resources:
echo "Domain Certificate Secret: ${DomainCertificateSecretArn}"
echo "Domain Private Key Secret: ${DomainPrivateKeySecretArn}"
mkdir -p /etc/systemd/resolved.conf.d
cat << EOF > /etc/systemd/resolved.conf.d/pcluster-ad-domain-dns-server.conf
cat << EOF > /etc/systemd/resolved.conf
[Resolve]
DNS=${DnsIp1} ${DnsIp2}
Domains=~.
Expand Down

0 comments on commit 751e6cc

Please sign in to comment.