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

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 Переглянути файл

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



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



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


AllowEncodedSlashes NoDecode AllowEncodedSlashes NoDecode

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