A little trick, if you want to use NOPASSWD on Ubuntu for a few commands (like apt-get update, mount/umount, shutdown, etc.), you need to put your entry at the bottom, like this:
%admin ALL=(ALL) ALL awesomeuser ALL=(ALL) NOPASSWD: /bin/mount, /bin/umount, /bin/shutdown
Otherwise the %admin line overrides whatever you specify.