Skip to content

Commit 751e6cc

Browse files
author
Himani Anil Deshpande
committed
Adding Controller in main configuration files
1 parent 11966e3 commit 751e6cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudformation/ad/ad-integration.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,7 @@ Resources:
440440
echo "Domain Certificate Secret: ${DomainCertificateSecretArn}"
441441
echo "Domain Private Key Secret: ${DomainPrivateKeySecretArn}"
442442
443-
mkdir -p /etc/systemd/resolved.conf.d
444-
cat << EOF > /etc/systemd/resolved.conf.d/pcluster-ad-domain-dns-server.conf
443+
cat << EOF > /etc/systemd/resolved.conf
445444
[Resolve]
446445
DNS=${DnsIp1} ${DnsIp2}
447446
Domains=~.

0 commit comments

Comments
 (0)