]> git.openstreetmap.org Git - chef.git/blob - cookbooks/trac/templates/default/sudoers.erb
split configuration in two, include new templates
[chef.git] / cookbooks / trac / templates / default / sudoers.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # Allow subversion to notify trac of commits
4 www-data ALL=(trac) NOPASSWD: /usr/bin/trac-admin /var/lib/trac changeset *
5
6 # Allow git to notify trac of commits
7 %git ALL=(trac) NOPASSWD: /usr/bin/trac-admin /var/lib/trac changeset *