[chef] xinetd cookbook 1.0


Chronological Thread 
  • From: Steven Danna < >
  • To: " " < >
  • Subject: [chef] xinetd cookbook 1.0
  • Date: Wed, 24 Sep 2014 11:55:44 +0100

Ohai Chef,

I've just released version 1.0 of the xinetd cookbook to Supermarket.
Thanks to Bryan Berry for adding me as a maintainer.  This release
brings some notable new features and changes.


Changes
-------

- The source repository for the cookbook is now:

  https://github.com/stevendanna/cookbook-xinetd/

- The default recipe now manages the /etc/xinetd.conf configuration
  file.

New Features
------------

- A new xinetd_service resource allows you to generate xinetd service
  configuration using chef:

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

  All options supported in xinetd 2.3.14 are currently supported by
  this provider.


- The xinetd::builtin_services recipe can be used to enable xinetd's
  builtin services:

    - chargen
    - daytime
    - discard
    - echo
    - time
    - tcpmux


Cheers,

Steven


  • [chef] xinetd cookbook 1.0, Steven Danna, 09/24/2014

Archive powered by MHonArc 2.6.16.

§