I was trying to make shutdown without root user using visudo
I tried the following still it did not work for me
hawk ALL=NOPASSWD:/sbin/shutdown -h now
Try this
hawk ALL = NOPASSWD: /sbin/shutdown
then use
sudo shutdown -h now
to shut the system down