{"id":14994566,"url":"https://github.com/wazuh/wazuh-puppet","last_synced_at":"2026-03-05T19:11:46.044Z","repository":{"id":37483980,"uuid":"64430517","full_name":"wazuh/wazuh-puppet","owner":"wazuh","description":"Wazuh - Puppet module","archived":false,"fork":false,"pushed_at":"2025-04-03T15:32:31.000Z","size":28790,"stargazers_count":48,"open_issues_count":78,"forks_count":138,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-04-07T03:15:11.515Z","etag":null,"topics":["compliance","elasticsearch","file-integrity-management","hacktoberfest","hacktoberfest-accepted","hacktoberfest2021","incident-response","intrusion-detection","log-analysis","loganalyzer","monitoring","ossec","pci-dss","policy-monitoring","puppet","security","security-awareness","security-hardening","vulnerability-detection","wazuh"],"latest_commit_sha":null,"homepage":"https://wazuh.com","language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wazuh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-28T21:51:49.000Z","updated_at":"2025-04-04T04:47:52.000Z","dependencies_parsed_at":"2023-09-23T04:27:09.327Z","dependency_job_id":"ffaf61db-9643-40b7-8384-624960f6274d","html_url":"https://github.com/wazuh/wazuh-puppet","commit_stats":{"total_commits":1032,"total_committers":69,"mean_commits":"14.956521739130435","dds":0.7732558139534884,"last_synced_commit":"e0084fb689cd1e297517cf79055540041da6e0b7"},"previous_names":[],"tags_count":134,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazuh%2Fwazuh-puppet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazuh%2Fwazuh-puppet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazuh%2Fwazuh-puppet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wazuh%2Fwazuh-puppet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wazuh","download_url":"https://codeload.github.com/wazuh/wazuh-puppet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248890259,"owners_count":21178387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compliance","elasticsearch","file-integrity-management","hacktoberfest","hacktoberfest-accepted","hacktoberfest2021","incident-response","intrusion-detection","log-analysis","loganalyzer","monitoring","ossec","pci-dss","policy-monitoring","puppet","security","security-awareness","security-hardening","vulnerability-detection","wazuh"],"created_at":"2024-09-24T16:03:57.135Z","updated_at":"2026-02-06T11:23:30.254Z","avatar_url":"https://github.com/wazuh.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wazuh Puppet module\n\n[![Slack](https://img.shields.io/badge/slack-join-blue.svg)](https://wazuh.com/community/join-us-on-slack/)\n[![Email](https://img.shields.io/badge/email-join-blue.svg)](https://groups.google.com/forum/#!forum/wazuh)\n[![Documentation](https://img.shields.io/badge/docs-view-green.svg)](https://documentation.wazuh.com)\n[![Web](https://img.shields.io/badge/web-view-green.svg)](https://wazuh.com)\n![Kitchen tests for Wazuh Puppet](https://github.com/wazuh/wazuh-puppet/workflows/Kitchen%20tests%20for%20Wazuh%20Puppet/badge.svg)\n\nThis module installs and configure Wazuh agent and manager.\n\n## Documentation\n\n* [Full documentation](http://documentation.wazuh.com)\n* [Wazuh Puppet module documentation](https://documentation.wazuh.com/current/deploying-with-puppet/index.html)\n* [Puppet Forge](https://forge.puppetlabs.com/wazuh/wazuh)\n\n## Directory structure\n\n    wazuh-puppet/\n    ├── CHANGELOG.md\n    ├── checksums.json\n    ├── data\n    │   └── common.yaml\n    ├── files\n    │   └── ossec-logrotate.te\n    ├── Gemfile\n    ├── kitchen\n    │   ├── chefignore\n    │   ├── clean.sh\n    │   ├── Gemfile\n    │   ├── hieradata\n    │   │   ├── common.yaml\n    │   │   └── roles\n    │   │       └── default.yaml\n    │   ├── kitchen.yml\n    │   ├── manifests\n    │   │   └── site.pp.template\n    │   ├── Puppetfile\n    │   ├── README.md\n    │   ├── run.sh\n    │   └── test\n    │       └── integration\n    │           ├── agent\n    │           │   └── agent_spec.rb\n    │           └── mngr\n    │               └── manager_spec.rb\n    ├── LICENSE.txt\n    ├── manifests\n    │   ├── activeresponse.pp\n    │   ├── addlog.pp\n    │   ├── agent.pp\n    │   ├── audit.pp\n    │   ├── certificates.pp\n    │   ├── command.pp\n    │   ├── dashboard.pp\n    │   ├── email_alert.pp\n    │   ├── filebeat_oss.pp\n    │   ├── indexer.pp\n    │   ├── init.pp\n    │   ├── integration.pp\n    │   ├── manager.pp\n    │   ├── params_agent.pp\n    │   ├── params_manager.pp\n    │   ├── repo_elastic_oss.pp\n    │   ├── repo.pp\n    │   ├── reports.pp\n    │   └── tests.pp\n    ├── metadata.json\n    ├── Rakefile\n    ├── README.md\n    ├── spec\n    │   ├── classes\n    │   │   ├── client_spec.rb\n    │   │   ├── init_spec.rb\n    │   │   └── server_spec.rb\n    │   └── spec_helper.rb\n    ├── templates\n    │   ├── default_commands.erb\n    │   ├── filebeat_oss_yml.erb\n    │   ├── fragments\n    │   │   ├── _activeresponse.erb\n    │   │   ├── _auth.erb\n    │   │   ├── _cluster.erb\n    │   │   ├── _command.erb\n    │   │   ├── _default_activeresponse.erb\n    │   │   ├── _email_alert.erb\n    │   │   ├── _integration.erb\n    │   │   ├── _labels.erb\n    │   │   ├── _localfile.erb\n    │   │   ├── _localfile_generation.erb\n    │   │   ├── _reports.erb\n    │   │   ├── _rootcheck.erb\n    │   │   ├── _ruleset.erb\n    │   │   ├── _sca.erb\n    │   │   ├── _syscheck.erb\n    │   │   ├── _syslog_output.erb\n    │   │   ├── _vulnerability_detection.erb\n    │   │   ├── _vulnerability_indexer.erb\n    │   │   ├── _wodle_cis_cat.erb\n    │   │   ├── _wodle_openscap.erb\n    │   │   ├── _wodle_osquery.erb\n    │   │   └── _wodle_syscollector.erb\n    │   ├── disabledlog4j_options.erb\n    │   ├── local_decoder.xml.erb\n    │   ├── local_rules.xml.erb\n    │   ├── ossec_shared_agent.conf.erb\n    │   ├── process_list.erb\n    │   ├── wazuh_agent.conf.erb\n    │   ├── wazuh_api_yml.erb\n    │   ├── wazuh_config_yml.erb\n    │   ├── wazuh_manager.conf.erb\n    │   └── wazuh_yml.erb\n    └── VERSION.json\n\n## Branches\n\n* `main` branch contains the latest code, be aware of possible bugs on this branch.\n\n## Contribute\n\nIf you want to contribute to our project please don't hesitate to send a pull request. You can also join our users [mailing list](https://groups.google.com/d/forum/wazuh) or the [Wazuh Slack community channel](https://wazuh.com/community/join-us-on-slack/) to ask questions and participate in discussions.\n\n## Credits and thank you\n\nThis Puppet module has been authored by Nicolas Zin, and updated by Jonathan Gazeley and Michael Porter. Wazuh has forked it with the purpose of maintaining it. Thank you to the authors for the contribution.\n\n## License and copyright\n\nWAZUH\nCopyright (C) 2015, Wazuh Inc.  (License GPLv2)\n\n## Web References\n\n* [Wazuh website](http://wazuh.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwazuh%2Fwazuh-puppet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwazuh%2Fwazuh-puppet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwazuh%2Fwazuh-puppet/lists"}