Docker version 18.09.1 - Unable to update dockerd flags for TLS authentication

HI,

I recently downloaded docker-ce for centos version 18.09.1. I was using rpm installation and i realized that now i have to install both cli and host packages otherwise it is not complete docker installation. So finally i got that.
But now when i try to enable tls host for docker with -H flag and using systemctl edit docker command to update docker service; after reload of daemon and restart of service, i still don;t see those flag when i run ps -elf command to validate that daemon started with tls
override.cong
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H --tlsverify -H tcp://x.x.x.x:2376

When i do ps -elf | grep docker - I still see below output -
S root 7231 1 0 80 0 - 123937 futex_ 14:21 ? 00:00:00 /usr/bin/dockerd -H unix:///var/run/docker.sock --ip-forward=true --iptables=true --ip-masq=true -G docker

Are there any major changes with docker CE version 18.09.1 which is causing this issue ? Am i following correct steps to update docker daemon ?

Sorry please ignore this thread. I realized puppet was overriding settings.