Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    175d556 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. add a workaround for rabbitmq_vhost when running with --noop or --tags

    This fixes the error:
    Error: Could not prefetch rabbitmq_vhost provider 'rabbitmqctl': Command rabbitmqctl is missing
    
    The problem, and the workaround, are the same as that described in
    commit 8a3a27a, "add a workaround for
    running with --noop or --tags".
    
    This is necessary because the original workaround is for
    rabbitmqctl_list(), whereas rabbitmq_version() calls rabbitmqctl()
    directly.
    
    Other callers of rabbitmq_version() should not need this workaround,
    since they are not run in a state where rabbitmq itself is not yet
    installed.
    bugfood committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f8bd2d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge pull request #969 from bugfood/missing-command

    add a workaround for rabbitmq_vhost when running with --noop or --tags
    wyardley authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2605e30 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    a428e73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4aeb2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #974 from voxpupuli/docs

    Harden codebase and add documentation stubs
    wyardley authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c4785ff View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Use a more expressive method of rewriting values

    This achieves almost the same, except that this version doesn't change
    the original value. If that's really desired, `transform_values!` can be
    used. The tests are modified to stop counting on the value being
    replaced by explicitly writing out the expected value.
    
    It also switches to a string check and `match?` because in modern Ruby
    `=~` is no longer defined for arrays. This is needed for Puppet 8
    compatibility.
    ekohl committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3e4d3c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #975 from ekohl/rewrite-to-more-expressive-version

    Use a more expressive method of rewriting values
    ekohl authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b9544c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    8454c00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #977 from voxpupuli/systemd_update

    update puppet-systemd upper bound to 8.0.0
    wyardley authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    faea2b1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Migrating erb template to epp template.

    Migrate default.epp, enabled_plugins.epp, rabbitmq-env.conf.epp and rabbitmqadmin.conf.epp
    
    Add changes suggested by wyardley
    
    fix: typo
    
    fix failing tests
    
    refactor to epp rabbitmq.config.erb
    
    fix reference.md
    
    fix empty variables
    
    delete old erb template
    
    use if instead of ternary operator
    nicolas.osorio committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d043f25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #978 from nosrio/UseEppTemplates

    Migrate erb to epp templates
    wyardley authored May 18, 2024
    Configuration menu
    Copy the full SHA
    2009947 View commit details
    Browse the repository at this point in the history
  3. metadata.json: Fix author

    bastelfreak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    f0da6fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #980 from bastelfreak/metadata

    metadata.json: Fix author
    wyardley authored May 18, 2024
    Configuration menu
    Copy the full SHA
    b34148b View commit details
    Browse the repository at this point in the history
  5. Revert "Add Puppet 8 support"

    This reverts commit 701ab63.
    bastelfreak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    2b309fb View commit details
    Browse the repository at this point in the history
  6. modulesync 7.5.0

    wyardley authored and bastelfreak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    491ca2b View commit details
    Browse the repository at this point in the history
  7. rubocop: autofix

    bastelfreak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    14fe17f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a38dd1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51846f3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Merge pull request #915 from voxpupuli/modulesync

    modulesync 7.5.0
    bastelfreak authored May 19, 2024
    Configuration menu
    Copy the full SHA
    b1e4eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c318e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #981 from bastelfreak/cleanup

    Remove leftovers from Linux systems without systemd
    bastelfreak authored May 19, 2024
    Configuration menu
    Copy the full SHA
    7f3da85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c269bc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #982 from bastelfreak/puppet8

    systemd: migrate from service_limits->manage_dropin
    wyardley authored May 19, 2024
    Configuration menu
    Copy the full SHA
    be1d148 View commit details
    Browse the repository at this point in the history
  6. Release 13.3.0

    wyardley committed May 19, 2024
    Configuration menu
    Copy the full SHA
    eeafb3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    872848c View commit details
    Browse the repository at this point in the history