Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
updated salt dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Oswalt <[email protected]>
  • Loading branch information
Mierdin committed Dec 13, 2020
1 parent f044cba commit 24dc67f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions images/salt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ COPY ./salt_configs/master /etc/salt
COPY ./salt_configs/minion /etc/salt
COPY ./salt_configs/proxy /etc/salt

# RUN service salt-minion restart
# RUN service salt-master restart
RUN service salt-minion restart
RUN service salt-master restart

# Add pillar file for vqfx1
RUN mkdir /srv/pillar
Expand All @@ -97,8 +97,8 @@ RUN chown -R antidote:antidote /var/cache/salt
RUN chown -R antidote:antidote /srv
RUN chown -R antidote:antidote /var/log/salt
RUN chown -R antidote:antidote /var/run/salt
RUN chown -R antidote:antidote /var/run/salt-master.pid
RUN chown -R antidote:antidote /var/run/process_responsibility_salt-minion.pid
RUN chmod -R 777 /var/run/salt-master.pid
RUN chown antidote:antidote /var/run
RUN chown -R antidote:antidote /var/run/salt-master.pid || true
RUN chown -R antidote:antidote /var/run/process_responsibility_salt-minion.pid || true
RUN chmod -R 777 /var/run/salt-master.pid || true
RUN chown antidote:antidote /var/run || true
RUN chmod 777 /var/run

0 comments on commit 24dc67f

Please sign in to comment.