voxpupuli / puppet-keepalived

Puppet Module to manage Keepalived
https://forge.puppet.com/puppet/keepalived
Apache License 2.0
49 stars 152 forks source link

allow hiera to define keepalived::global_defs #340

Closed ppickfor closed 5 months ago

ppickfor commented 5 months ago

Pull Request (PR) description

allow hiera to define keepalived::global_defs

add global_defs parameter to init.pp add class keepalived::global_defs if $keepalived::global_defs is defined

This Pull Request (PR) fixes the following issues

n/a

ppickfor commented 5 months ago

happy to have a go at fixing the static validations if I have a clue what the issue is. I added a missing comma trailing I see from running pdk validate.

TheMeier commented 5 months ago

You need to regenerate REFERENCE.md, see https://voxpupuli.org/docs/how_to_run_tests/

ppickfor commented 5 months ago

You need to regenerate REFERENCE.md, see https://voxpupuli.org/docs/how_to_run_tests/

many thx for the tip

a little reading goes a long way :)

found this too to keep my env clean podman run -it --rm -v $(pwd):/repo ghcr.io/voxpupuli/voxbox:8 lint etc