-
Notifications
You must be signed in to change notification settings - Fork 135
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
Kitchen testing for Wazuh deployment with Puppet #139
Conversation
…he created docker containers
…he created docker containers
…wazuh-puppet into 3.9.3_7.2.0_kitchen_tests
@@ -216,7 +216,7 @@ | |||
}else{ | |||
fail('This ossec module has not been tested on your distribution') | |||
} | |||
}'Debian', 'debian':{ | |||
}'Debian', 'debian', 'Ubuntu', 'ubuntu':{ |
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.
Maybe this changes that affect agent.pp
should be implemented in another issue in order to have better tracking of it.
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.
@@ -294,7 +294,7 @@ | |||
}else{ | |||
fail('This ossec module has not been tested on your distribution') | |||
} | |||
}'Debian', 'debian':{ | |||
}'Debian', 'debian', 'Ubuntu', 'ubuntu':{ |
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.
Also, this change should be on another issue and its corresponding PR for tracking purposes.
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.
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.
Hi @rshad,
I suggested some changes, please have a look at them!
Hi all!
This
PR
implementes the changes requested in the issue #124.In this
PR
we implementedKitchen
testing for Wazuh deployment with Puppet, implementing tests forwazuh-manager
andwazuh-agent
installation and agent registration, on different distribuitions such as Ubuntu and CentOS.Kr,
Rshad