Skip to content

Commit

Permalink
Merge pull request #759 from splunk/clone-dp-42-no-empty-config-fix
Browse files Browse the repository at this point in the history
Configs options must provide a value
  • Loading branch information
adityapinglesf authored Nov 10, 2023
2 parents 186c95b + a38309d commit a8b3650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/splunk_common/tasks/set_config_stanza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
section: "{{ stanza_name }}"
option: "{{ stanza_setting.key }}"
value: "{{ stanza_setting.value }}"
allow_no_value: True
allow_no_value: False
state: present
mode: 0660
owner: "{{ splunk.user }}"
Expand Down

0 comments on commit a8b3650

Please sign in to comment.