Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 642389d

Browse files
authored
Merge pull request #28 from humio/grant/remove-defaults
Remove defaults to stop dir creation for no reason
2 parents 5530fe1 + 9dc4658 commit 642389d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ humio_data_paths:
4040
humio_working_dir: "{{ humio_data_path }}/{{ humio_host_id }}-%i"
4141

4242
humio_data_percentage: 80
43-
humio_data_secondary_path: ~
43+
#humio_data_secondary_path: ~
4444

45-
humio_cache_percentage: 90
46-
humio_cache_path: ~
45+
#humio_cache_percentage: 90
46+
#humio_cache_path: ~
4747

4848
humio_permissions: ~
4949
humio_processes: "{{ ansible_local.numanodes | length }}"

0 commit comments

Comments
 (0)