Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename all ossec-control references #965

Merged
merged 1 commit into from
Dec 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
backrefs: yes

- name: Restart Wazuh
command: /var/ossec/bin/ossec-control restart
command: /var/ossec/bin/wazuh-control restart
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
backrefs: yes

- name: Restart Wazuh
command: /var/ossec/bin/ossec-control restart
command: /var/ossec/bin/wazuh-control restart
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
backrefs: yes

- name: Restart Wazuh
command: /var/ossec/bin/ossec-control restart
command: /var/ossec/bin/wazuh-control restart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
backrefs: yes

- name: Stop Wazuh
command: /var/ossec/bin/ossec-control stop
command: /var/ossec/bin/wazuh-control stop

- name: Remove client.keys
file:
Expand Down Expand Up @@ -92,4 +92,4 @@
create: yes

- name: Start Wazuh
command: /var/ossec/bin/ossec-control restart
command: /var/ossec/bin/wazuh-control restart
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
wazuh_db.debug=2

- name: Restart Wazuh
command: /var/ossec/bin/ossec-control restart
command: /var/ossec/bin/wazuh-control restart
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
backrefs: yes

- name: Stop Wazuh
command: /var/ossec/bin/ossec-control stop
command: /var/ossec/bin/wazuh-control stop

- name: Remove client.keys
file:
Expand All @@ -78,4 +78,4 @@
wazuh_clusterd.debug=2

- name: Start Wazuh
command: /var/ossec/bin/ossec-control restart
command: /var/ossec/bin/wazuh-control restart
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@
wazuh_clusterd.debug=2

- name: Restart Wazuh
command: /var/ossec/bin/ossec-control restart
command: /var/ossec/bin/wazuh-control restart