From f1732ae42d564c8ace63ff7b6abe8e98043641de Mon Sep 17 00:00:00 2001 From: Ulrik Haugen <qha@lysator.liu.se> Date: Mon, 13 Apr 2015 14:01:40 +0200 Subject: [PATCH] Makefile: repair fakeroot documentation. --- modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Makefile b/modules/Makefile index 6325a46..8e47224 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. -- GitLab