Skip to content

Commit 67114f3

Browse files
authored
Fixes splunk#153 pass4SymmKey variable (splunk#154)
1 parent 50cb37f commit 67114f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/splunk/tasks/configure_license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
path: "{{ splunk_home }}/etc/system/local/server.conf"
7272
section: general
7373
option: pass4SymmKey
74-
value: "{{ pass4SymmKey }}"
74+
value: "{{ splunk_general_key }}"
7575
owner: "{{ splunk_nix_user }}"
7676
group: "{{ splunk_nix_group }}"
7777
become: yes

0 commit comments

Comments
 (0)