change dir name

This commit is contained in:
m0duspwnens
2024-08-01 11:23:34 -04:00
parent 1a363790a0
commit 9ab17ff79c

View File

@@ -1,12 +1,12 @@
docker_module_package: docker_module_package:
file.recurse: file.recurse:
- name: /opt/so/conf/salt/modules_packages/docker - name: /opt/so/conf/salt/module_packages/docker
- source: salt://salt/module_packages/docker - source: salt://salt/module_packages/docker
- clean: True - clean: True
- makedirs: True - makedirs: True
docker_python_module_install: docker_python_module_install:
cmd.run: cmd.run:
- name: /opt/saltstack/salt/bin/python3.10 -m pip install docker --no-index --find-links=/opt/so/conf/salt/modules_packages/docker/ --upgrade - name: /opt/saltstack/salt/bin/python3.10 -m pip install docker --no-index --find-links=/opt/so/conf/salt/module_packages/docker/ --upgrade
- onchanges: - onchanges:
- file: docker_module_package - file: docker_module_package