-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix typo in the comment #4896
Fix typo in the comment #4896
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -11,7 +11,7 @@ agent1_id: "001" | |||
agent1_hostname: "wazuh-agent1" | |||
agent1_key: "1111111111111111111111111111111111111111111111111111111111111111" | |||
agent1_package: "https://packages.wazuh.com/4.x/apt/pool/main/w/wazuh-agent/wazuh-agent_4.1.5-1_amd64.deb" | |||
agent1_user: "ossec" #Only valid for agents verions<4.2.5 | |||
agent1_user: "ossec" #Only valid for agents versions<4.2.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agent1_user: "ossec" #Only valid for agents versions<4.2.5 | |
agent1_user: "ossec" #Only valid for agents version<4.2.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied on 47318b6
@@ -22,7 +22,7 @@ agent3_id: "003" | |||
agent3_hostname: "wazuh-agent3" | |||
agent3_key: "3333333333333333333333333333333333333333333333333333333333333333" | |||
agent3_package: "https://{{package_repository}}.wazuh.com/{{repository}}/apt/pool/main/w/wazuh-agent/wazuh-agent_{{package_version}}-{{package_revision}}_amd64.deb" | |||
agent3_user: "root" #Only valid for agents verions=>4.2.5 | |||
agent3_user: "root" #Only valid for agents versions=>4.2.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agent3_user: "root" #Only valid for agents versions=>4.2.5 | |
agent3_user: "root" #Only valid for agents version=>4.2.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied on 47318b6
Description
Change verions to versions. I added this change to the master because the issue does not have the 4.8.0 project.