- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with cronie
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
- Changelog/Contributors
Puppet module managing RedHat's cronie package and service.
An extremely simple module managing the cronie puppet and service classes mainly intended to:
- allow easy upgrading of the cronie package
- allow an easy method for restarting the crond service when the timezone changes
- cronie package
- cronie service
Install the module:
puppet module install evenup-cronie
class { 'cronie': }
Nothing to configure
Only works on RedHat-based systems.
Improvements and bug fixes are greatly appreciated. See the contributing guide for information on adding and validating tests for PRs.