bootstrap: include sudoers file for non-hcoop setups
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 11 Aug 2018 16:52:44 +0000 (12:52 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 11 Aug 2018 16:52:44 +0000 (12:52 -0400)
domtool needs sudo for certain scripts to actually publish scripts.

bootstrap/domtool.sudoers [new file with mode: 0644]

diff --git a/bootstrap/domtool.sudoers b/bootstrap/domtool.sudoers
new file mode 100644 (file)
index 0000000..6841b28
--- /dev/null
@@ -0,0 +1,3 @@
+# Example sudoers config for domtool to be able to configure things
+
+domtool         ALL=(ALL) NOPASSWD: /usr/local/sbin/domtool-publish *, /usr/local/sbin/domtool-postgres *, /usr/local/sbin/domtool-mysql *
\ No newline at end of file