From: Clinton Ebadi Date: Sat, 11 Aug 2018 16:52:44 +0000 (-0400) Subject: bootstrap: include sudoers file for non-hcoop setups X-Git-Tag: release_20181012~5 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/ab1247911b56727530afba0dba28823c5b1121ec?ds=sidebyside bootstrap: include sudoers file for non-hcoop setups domtool needs sudo for certain scripts to actually publish scripts. --- 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