]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/trac/templates/default/sudoers.erb
Add a bunch more cookbooks
[chef.git] / cookbooks / trac / templates / default / sudoers.erb
diff --git a/cookbooks/trac/templates/default/sudoers.erb b/cookbooks/trac/templates/default/sudoers.erb
new file mode 100644 (file)
index 0000000..85b74a6
--- /dev/null
@@ -0,0 +1,7 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+# Allow subversion to notify trac of commits
+www-data ALL=(trac) NOPASSWD: /usr/bin/trac-admin /var/lib/trac changeset *
+
+# Allow git to notify trac of commits
+%git ALL=(trac) NOPASSWD: /usr/bin/trac-admin /var/lib/trac changeset *