Tom De Vylder
Tom De Vylder
Maybe you could whip up a pull request? :+1: I could add it myself but I prefer to have the credits go to the right person. If it's your first...
Could you give me a small example config of each of those parameters? I've never used them and I'd like to get them implemented the right way.
I don't have time to add this myself the next few weeks but I'll gladly review/accept patches.
Hi @stevedwray Could you wrap this in a pull request? I'd prefer you to have the proper credits for this patch instead of my name showing up instead. If you're...
Ohh excellent, thanks! :+1: Will have a closer look at it over the weekend.
Could you past the full (redacted if needed) manifest? If you've set `collect_exported` to false it won't collect anything at all.
Could you also paste what happens if you change [these lines](https://github.com/arioch/puppet-keepalived/blob/master/manifests/lvs/virtual_server.pp#L157-L159) from: ``` if $collect_exported { Keepalived::Lvs::Real_server } ``` to: ``` if $collect_exported { fail "DEBUG _${collect_exported}_" Keepalived::Lvs::Real_server } ```
These [lines](https://github.com/arioch/puppet-keepalived/blob/master/manifests/lvs/virtual_server.pp#L158-L160). Your manifest looks ok to me.
Which version of puppet are you running? 4.x perhaps?
It's weird because `if $collect_exported {}` prevents the only stored config related snippet in the entire module from being loaded. If it doesn't error out it doesn't reach the inside...