Skip to content

Commit 185009d

Browse files
committed
renamed
1 parent b5f0be6 commit 185009d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

roles/lamachine-core/tasks/webserver.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,8 @@
404404
become: "{{lm_become}}"
405405
become_user: root
406406
template:
407-
src: "base.config.yml"
408-
dest: "{{lm_prefix}}/etc/base.config.yml"
409-
force: no
407+
src: "clam_base.config.yml"
408+
dest: "{{lm_prefix}}/etc/clam_base.config.yml"
410409

411410
- name: Installing lamastats for analytics
412411
include_role:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
README: "DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN ON LAMACHINE UPDATE! Create your own base.config.yml instead and change clam_include in your LaMachine configuration"
12
{% if webserver and ("flat" in services or "all" in services) %}
23
flaturl: "{% if http_port|int == 443 %}https://{% else %}http://{% endif %}{{hostname}}{% if http_port != 80 and http_port != 443 %}:{{http_port}}{% endif %}/flat"
34
{% endif %}

0 commit comments

Comments
 (0)