James Kirsop
James Kirsop
An update on this that might be of assistance while people wait for this to be fixed properly. [I've put together a not-very-clean hack](https://github.com/jameskirsop/puppet-openvpn/tree/centos7-clientServiceStart) that gets the service to start...
Hi @flyingstar16. Do you have PuppetDB setup on your Puppet Server? As a starting point, you'll need that to be able to build and deploy the configuration to clients. It...
@flyingstar16, you won't see anything in `client-configs` unless you've got specific configuration that needs to live there. For example, I've specified the `ifconfig` setting in my manifest, and so in...
@flyingstar16, did you ever get to the bottom of your client deployment issues? I'm still having facts generated but not pushed to my configured nodes.
Just putting a comment here to identify a possible related, or duplicate (despite the OS being different) issue that I've logged over in #369
I'm also willing to help but I'm in the same camp as @svdasein and not up to speed on all the CI hotness.
I've got a branch with limited agent2 support here: https://github.com/jameskirsop/puppet-zabbix/tree/agent2 It needs some polishing before a PR can be created. Basically, switching out the `zabbix_package_agent` parameter from `zabbix_agent` to `zabbix_agent2`...
I've put work on this on hold until we get #743 done, so that at least I can test a working master release with my branch on top of it...
@Heidistein, I've just merged the latest changes from master onto my branch for you to test / PR against. Some things I still need to work on / need guidance...
Thanks @vincent-zurczak, I've added a commit to address those two issues for Windows.