Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

xinetd (11) Versions 3.0.0

Provides xinetd_install, xinetd_config, xinetd_service, and xinetd_builtin_services resources

Policyfile
Berkshelf
Knife
cookbook 'xinetd', '~> 3.0.0', :supermarket
cookbook 'xinetd', '~> 3.0.0'
knife supermarket install xinetd
knife supermarket download xinetd
README
Dependencies
Changelog
Quality 50%

xinetd cookbook

OpenCollective
OpenCollective
License

Description

This cookbook provides custom resources for installing, configuring, and managing
the xinetd extended internet services daemon. See [LIMITATIONS.md](LIMITATIONS.md)
for platform availability details.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working
together to maintain important cookbooks. If you'd like to know more please visit
sous-chefs.org or come chat with us on the Chef Community Slack in
#sous-chefs.

Requirements

Platforms

Platform Versions
AlmaLinux 8, 9, 10
Debian 12, 13
openSUSE Leap 15
Oracle Linux 8, 9
Rocky Linux 8, 9, 10
Ubuntu 22.04 LTS, 24.04 LTS

See [LIMITATIONS.md](LIMITATIONS.md) for architecture and legacy platform details.

Chef Version

Chef 15.3+

Resources

xinetd_install

Installs or removes the xinetd package. See [documentation/xinetd_install.md](documentation/xinetd_install.md).

xinetd_install 'default'

xinetd_config

Configures xinetd: creates /etc/xinetd.d/, renders /etc/xinetd.conf, and manages the xinetd
service. See [documentation/xinetd_config.md](documentation/xinetd_config.md).

xinetd_config 'default' do
  log_type 'SYSLOG daemon info'
  cps '50 10'
  instances '50'
end

xinetd_service

Manages an xinetd service definition in /etc/xinetd.d/.
See [documentation/xinetd_service.md](documentation/xinetd_service.md).

xinetd_service 'discard-stream' do
  service_name 'discard'
  id 'discard-stream'
  type 'INTERNAL'
  wait false
  socket_type 'stream'
  action :enable
end

Boolean property values (true/false) are automatically rendered as yes/no.
Array values are joined with a space.

xinetd_builtin_services

Manages xinetd builtin (INTERNAL) services: chargen, daytime, discard, echo, time, and tcpmux-server.
See [documentation/xinetd_builtin_services.md](documentation/xinetd_builtin_services.md).

xinetd_builtin_services 'default'

To disable specific services:

xinetd_builtin_services 'default' do
  chargen_stream_enabled false
  chargen_dgram_enabled false
  tcpmux_server_enabled false
end

Author

Author:: Steven Danna

Contributors

This project exists thanks to all the people who
contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

nagios-xinetd Applicable Versions
tftp Applicable Versions

xinetd Cookbook CHANGELOG

3.0.0 (2026-04-10)

⚠ BREAKING CHANGES

  • full custom resource migration (#31)

Features

Bug Fixes

  • ci: Update release job (2160023)
  • ci: Update workflows to use release pipeline (#28) (c0fb6fd)

2.1.4 (2025-10-16)

Bug Fixes

  • ci: Update workflows to use release pipeline (#28) (c0fb6fd)

2.1.0 - 2023-10-03

  • Remove CircleCI config
  • Switch from Delivery to reusable workflows
  • Update standardfiles

2.0.0 - 2021-11-02

  • Sous Chefs Adoption
  • Migrate to custom resource and enabled unified_mode
  • Require Chef >= 15.3
  • Add ChefSpec & InSpec tests
  • Fix service name for tcpmux-server

1.0.2 - 2017-02-26

  • Suppress warning already initialized constant
  • Update xinetd service attribute key name
  • bugfix: Respect enabled attribute for stream services

1.0.1 - 2015-01-16

  • Load template from xinetd cookbook unless explicitly overridden.
  • Fix foodcritic errors and add basic TravisCI configuration

Collaborator Number Metric
            

3.0.0 passed this metric

Contributing File Metric
            

3.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Cookstyle Metric
            

3.0.0 passed this metric

No Binaries Metric
            

3.0.0 passed this metric

Testing File Metric
            

3.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

3.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number

Copyright © 2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Progress and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.
See Trademarksfor appropriate markings. All rights in any other trademarks contained herein are reserved by their respective owners and their inclusion does not imply an endorsement, affiliation, or sponsorship as between Progress and the respective owners.

Code of Conduct Terms and Conditions of Use Privacy Policy Cookie Policy Trademark Policy Status