Skip to content

Commit 8f2fc48

Browse files
author
Brent Boe
committed
Not too thrilled about this, maybe we should change the splunk and ansible to use the same group
1 parent d07cb0d commit 8f2fc48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

splunk/common-files/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN sed -i -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL/g' /
105105
&& mkdir ${CONTAINER_ARTIFACT_DIR} \
106106
&& chown -R ${ANSIBLE_USER}:${ANSIBLE_GROUP} $CONTAINER_ARTIFACT_DIR \
107107
&& chmod -R 555 ${SPLUNK_ANSIBLE_HOME} \
108+
&& chmod -R 777 ${CONTAINER_ARTIFACT_DIR} \
108109
&& chmod 755 /sbin/entrypoint.sh /sbin/createdefaults.py /sbin/checkstate.sh
109110

110111
USER ${ANSIBLE_USER}

0 commit comments

Comments
 (0)