Skip to content

Commit

Permalink
Merge pull request #761 from wazuh/759-fix-config-dir
Browse files Browse the repository at this point in the history
Removed config dir
  • Loading branch information
teddytpc1 authored Sep 6, 2023
2 parents b3c84bb + 56da880 commit 0025fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/dashboard.pp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}

unless $use_keystore {
file { '/etc/wazuh-dashboard/config/opensearch_dashboards.keystore':
file { '/etc/wazuh-dashboard/opensearch_dashboards.keystore':
ensure => absent,
require => Package['wazuh-dashboard'],
before => Service['wazuh-dashboard'],
Expand Down

0 comments on commit 0025fdf

Please sign in to comment.