Skip to content

Commit

Permalink
fix: run master
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalvas committed Dec 23, 2024
1 parent d5af74d commit 958dd67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ RUN bash -x /build.sh

ADD bin /opt/bin/
ADD ./conf/ /etc/salt/
ADD ./tools/profile-promt.sh /etc/profile.d/

CMD ["/opt/bin/saltinitrun.py"]
10 changes: 5 additions & 5 deletions bin/saltinitrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
default = os.getenv('DEFAULT_RUN', 'SALT_MASTER')

cmds = {
'SALT_API': '/opt/saltstack/salt/salt-api',
'SALT_MASTER': '/opt/saltstack/salt/salt-master',
'SALT_SYNDIC': '/opt/saltstack/salt/salt-syndic',
'SALT_MINION': '/opt/saltstack/salt/salt-minion',
'SALT_PROXY': '/opt/saltstack/salt/salt-proxy'
'SALT_API': '/opt/saltstack/salt/bin/salt-api',
'SALT_MASTER': '/opt/saltstack/salt/bin/salt-master',
'SALT_SYNDIC': '/opt/saltstack/salt/bin/salt-syndic',
'SALT_MINION': '/opt/saltstack/salt/bin/salt-minion',
'SALT_PROXY': '/opt/saltstack/salt/bin/salt-proxy'
}


Expand Down
9 changes: 0 additions & 9 deletions tools/profile-promt.sh

This file was deleted.

0 comments on commit 958dd67

Please sign in to comment.