We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db519e commit 917d1b9Copy full SHA for 917d1b9
recipes/files/etc/sudoers
@@ -18,8 +18,8 @@ Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b
18
19
# User privilege specification
20
root ALL=(ALL:ALL) ALL
21
-www-data ALL=(ALL:ALL) NOPASSWD: /home/git/git.ruby-lang.org/bin/update-git-ruby-lang-org.sh
22
-www-data ALL=(ALL:ALL) NOPASSWD: /home/git/git.ruby-lang.org/bin/update-ruby.sh
+git-sync ALL=(ALL:ALL) NOPASSWD: /home/git/git.ruby-lang.org/bin/update-git-ruby-lang-org.sh
+git-sync ALL=(ALL:ALL) NOPASSWD: /home/git/git.ruby-lang.org/bin/update-ruby.sh
23
24
# Allow members of group sudo to execute any command
25
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
0 commit comments