Переглянути джерело

fix template misspell

tags/v1.0
Ramiro de Zavalia 6 роки тому
джерело
коміт
c0aa68bb83
2 змінених файлів з 3 додано та 2 видалено
  1. 1
    0
      tasks/main.yml
  2. 2
    2
      templates/librenms.conf.j2

+ 1
- 0
tasks/main.yml Переглянути файл

@@ -42,6 +42,7 @@
command: ./scripts/composer_wrapper.php install --no-dev
args:
chdir: "{{librenms_home}}"
creates: "{{librenms_home}}/composer.phar"
become: yes
become_user: "{{librenms_user}}"


+ 2
- 2
templates/librenms.conf.j2 Переглянути файл

@@ -4,8 +4,8 @@

{% if librenms_tls %}
SSLEngine on
SSLCertificateFile "{{nextcloud_cert_file}}"
SSLCertificateKeyFile "{{nextcloud_key_file}}"
SSLCertificateFile "{{librenms_cert_file}}"
SSLCertificateKeyFile "{{librenms_key_file}}"
{% endif %}

AllowEncodedSlashes NoDecode

Завантаження…
Відмінити
Зберегти