Manage the rwhod(8)
daemon.
This module installs rwhod(8)
and ensure the service is running.
- Installed packages;
- Running services.
The scope of this module is rather limited, so usage should be straightforward:
class { 'rwhod':
}
The current implementation supports Debian GNU/Linux and FreeBSD. Patches to add support to more platforms are welcome.
- Fork it ( https://github.com/opus-codium/puppet-rwhod/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request