Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download Problem when use salt with sheduler #1

Open
preussal opened this issue Mar 9, 2018 · 0 comments
Open

download Problem when use salt with sheduler #1

preussal opened this issue Mar 9, 2018 · 0 comments

Comments

@preussal
Copy link

preussal commented Mar 9, 2018

Can you add replace: false to install.sls

solr6-download:
file.managed:
- name: {{ archive_file }}
- source: {{ archive_src }}
- replace: false
{%- if "source_hash" is defined %}
- source_hash: {{ source_hash }}
{%- else %}
- skip_verify: True
{%- endif %}
- require_in:
- cmd: solr6-extract-installer
{%- endif %}

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant