Commit bd6806fc authored by Update Dev's avatar Update Dev

Ensure URLs are https

parent 62378ee5
......@@ -55,12 +55,21 @@ reload_systemd:
- service: karaf
{% endif %}
enable_https:
file.replace:
- name: /opt/apache-karaf-{{karaf_version}}/etc/org.ops4j.pax.url.mvn.cfg
- pattern: 'http://'
- repl: 'https://'
- require:
- archive: extract_karaf
karaf:
service.running:
- enable: True
- watch:
- file: create_service
- file: get_config
- file: enable_https
get_config:
file.managed:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment