From ab1247911b56727530afba0dba28823c5b1121ec Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 11 Aug 2018 12:52:44 -0400 Subject: [PATCH] bootstrap: include sudoers file for non-hcoop setups domtool needs sudo for certain scripts to actually publish scripts. --- bootstrap/domtool.sudoers | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bootstrap/domtool.sudoers diff --git a/bootstrap/domtool.sudoers b/bootstrap/domtool.sudoers new file mode 100644 index 0000000..6841b28 --- /dev/null +++ b/bootstrap/domtool.sudoers @@ -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 -- 2.20.1