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.
Merge pull request #969 from bugfood/missing-command
add a workaround for rabbitmq_vhost when running with --noop or --tags
Merge pull request #974 from voxpupuli/docs
Harden codebase and add documentation stubs
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.
Merge pull request #975 from ekohl/rewrite-to-more-expressive-version
Use a more expressive method of rewriting values
Merge pull request #977 from voxpupuli/systemd_update
update puppet-systemd upper bound to 8.0.0
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
Merge pull request #978 from nosrio/UseEppTemplates
Migrate erb to epp templates
Merge pull request #980 from bastelfreak/metadata
metadata.json: Fix author
Merge pull request #915 from voxpupuli/modulesync
modulesync 7.5.0
Merge pull request #981 from bastelfreak/cleanup
Remove leftovers from Linux systems without systemd
Merge pull request #982 from bastelfreak/puppet8
systemd: migrate from service_limits->manage_dropin
Merge pull request #979 from wyardley/wyardley/release/13_3_0
Release 13.3.0