From ac800782f7d79f97763d7daf69d47089b509e2bd Mon Sep 17 00:00:00 2001 From: William Wernert Date: Fri, 20 Dec 2019 15:34:23 -0500 Subject: [PATCH] [BUG] Remove unneeded dir from auth salt file Auth no longer needs a volume mount, so remove its directory --- salt/auth/init.sls | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/salt/auth/init.sls b/salt/auth/init.sls index 45254e177..ce9eda44f 100644 --- a/salt/auth/init.sls +++ b/salt/auth/init.sls @@ -1,18 +1,3 @@ -authdir: - file.directory: - - name: /opt/so/conf/auth - - user: 939 - - group: 939 - - makedirs: True - -authfilesync: - file.recurse: - - name: /opt/so/conf/auth - - source: salt://auth/files - - user: 939 - - group: 939 - - template: jinja - so-auth-api-image: cmd.run: - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-auth-api:HH1.1.3