Skip to content

Manage rwho / rwhod through Puppet

License

Notifications You must be signed in to change notification settings

opus-codium/puppet-rwhod

Repository files navigation

rwhod

Build Status Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores License

Table of Contents

Overview

Manage the rwhod(8) daemon.

Module Description

This module installs rwhod(8) and ensure the service is running.

Setup

What rwhod affects

  • Installed packages;
  • Running services.

Beginning with rwhod

The scope of this module is rather limited, so usage should be straightforward:

class { 'rwhod':
}

Limitations

The current implementation supports Debian GNU/Linux and FreeBSD. Patches to add support to more platforms are welcome.

Contributing

  1. Fork it ( https://github.com/opus-codium/puppet-rwhod/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request