Procházet zdrojové kódy

fix template misspell

tags/v1.0
Ramiro de Zavalia před 6 roky
rodič
revize
c0aa68bb83
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 1
    0
      tasks/main.yml
  2. 2
    2
      templates/librenms.conf.j2

+ 1
- 0
tasks/main.yml Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit