소스 검색

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

Loading…
취소
저장