diff --git a/modules/Makefile b/modules/Makefile
index 6325a467a352baa669f68cedcf254ad15d5a0bed..8e47224583a6329160b8995911f7a4f29574c433 100755
--- a/modules/Makefile
+++ b/modules/Makefile
@@ -168,7 +168,7 @@ osfamily := $(shell facter osfamily|tr A-Z a-z)
 # Possible values for fakeroot are: fakeroot, fakeroot-ng
 # (nonfunctional), empty (noop) and sudo.
 # Sudo will require a line like
-#  %puppet-devs ALL = (root) NOPASSWD: /usr/bin/puppet apply --noop *
+#  %puppet-devs ALL = (root) NOPASSWD: /usr/bin/env * puppet apply --noop *
 # in your sudoers configuration. Beware though that this will let all
 # members of puppet-devs trivially escalate their priviliges.
 # Set it to empty on Centos/Redhat and fakeroot elsewhere.