Andreas Ntaflos

Results 30 comments of Andreas Ntaflos

Just stumbled over this as well. We kept RSA private keys in a YAML file like this (not a real private key, obviously): ``` yaml private_keys: foo_key1.pem: content: | -----BEGIN...

FWIW, this is still an issue in bfg-1.12.3.

As I've commented in issue #325 you should be using the Puppetlabs-provided MCollective packages on 12.04 and 14.04. If you then set `core_libdir` like this it should work nicely: ```...

I see, thank you. So you use the Puppet 3.8 packages provided by Ubuntu, not by Puppetlabs. I assume the Ubuntu package maintainers patched Puppet and its dependencies so that...

The ruby-stomp problem has been around for a while. I remember opening issue https://tickets.puppetlabs.com/browse/MODULES-459 and sending PR https://github.com/voxpupuli/puppet-mcollective/pull/121 to allow specifying the ruby-stomp version. We usually set it to "latest".

Which version of MCollective are you using? Because it works fine on our 12.04 and 14.04 machines running MCollective 2.9.0 (2.8.x also worked fine), installed from the Puppetlabs-provided packages. If...

So the Ubuntu-provided packages use init.d scripts and not Upstart? Then this is indeed problematic, as you have reported. I think this module is written with the Puppetlabs-provided packages in...

This also confuses r10k into needlessly and endlessly redeploying the augeasproviders module when running `r10k deploy environment -p`, which many sites do automatically by means of Cron or deploy hooks....

The `Windows 2022, puppet6-nightly` check fails because of network timeout issues, certainly unrelated to the changes proposed in this PR. See https://github.com/puppetlabs/puppetlabs-docker/runs/8186444366?check_suite_focus=true#step:13:73 for example. Not sure how or if I...