Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FreeBSD #61

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add support for FreeBSD #61

wants to merge 5 commits into from

Commits on Aug 15, 2024

  1. Add support for FreeBSD

    Parameterize state path (/var/lib/monit) and root group so that module
    fits naturally in FreeBSD.
    Add defaults for FreeBSD.
    Add FreeBSD 13, 14 to metadata.json.
    jsczek committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    18ac83a View commit details
    Browse the repository at this point in the history
  2. Update tests for FreeBSD modifications

    Implement parameterization of state_dir and root_group in tests.
    Add default values for tests aimed at FreeBSD.
    jsczek committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ef227d9 View commit details
    Browse the repository at this point in the history
  3. Run rake release:prepare

    Bump docs
    jsczek committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bb731af View commit details
    Browse the repository at this point in the history
  4. Run rubocop -a

    jsczek committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    23240f2 View commit details
    Browse the repository at this point in the history
  5. Fix bad group for config on FreeBSD

    check.pp did not use root_group setting.
    Make it use this setting to correctly set group.
    Update corresponding tests.
    jsczek committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    53ebd8f View commit details
    Browse the repository at this point in the history