Rob Nelson
Rob Nelson
@dj-wasabi @elricsfate We are experiencing the same issue. We believe it is due to a missing dependency on gcc. ``` [user@server ~]$ sudo /opt/puppet/bin/gem install zabbixapi Building native extensions. This...
The required fix was to install gcc and then install the gem manually. To ensure this was a similar issue, here is the error: ``` [user@zabbix ~]# puppet agent -t...
@dj-wasabi The puppetlabs/ruby module has no mention of gcc. However, even if it did, because the puppet run is interrupted immediately, any application of puppetlabs/gcc will not be installed. Of...
Parallelization does seem to help, though the output is much different: ``` $ time be rake parallel_test 2296 examples, 1 failure Took 533 seconds (8:53) Tests Failed real 8m56.077s user...
#634 shows the reduced runtime. ~10 minutes vs ~16, hopefully less on average since one of the jobs seemed to hang longer than the others.. It gets 32 parallel threads...
Is this and #2 still being worked on? There was some interest from puppet/r10k in using this module but this issue came up as a potential issue.
Has there been any work done on the underlying issue? I don't see any linked issues/PRs but since it's tied to other components, maybe some related work has improved things....
Whoops, I dropped the insensitive flag when I changed to `r%{}` style. I will fix this shortly. Thanks!
#66 is merged. Is it a problem if I wait on investigating #55 before releasing or can you pull from HEAD right now?
v1.1.0 has been released! I am so terribly sorry for the delay, almost 2 years 😱 I promise to not wait that long in the future.