Re: [Puppet Users] unit tests failing on augeas resources in defined type

2018-02-26 Thread David Schmitt
Hi Bill, thanks to your additional information, I could reproduce the issue locally: david@davids:~/git/tmp/aug$ pdk test unit [✔] Preparing to run the unit tests. [✖] Running unit tests. Evaluated 3 tests in 0.955676432 seconds: 1 failures, 0 pending. [✔] Cleaning up after running unit tests.

[Puppet Users] fqdn_rand() output will change in 5.4.0, non-FIPS too

2018-02-26 Thread Christopher Wood
This part of the release notes: https://puppet.com/docs/puppet/5.4/release_notes.html#fips-support "When running Puppet 5.4.0 on a FIPS-enabled platform, Puppet modifies its default digest_algorithm and supported_checksum_types settings to exclude MD5, which is not a FIPS-compliant algorithm.

[Puppet Users] Survey of CM tools for Master thesis ( HELP PLEASE?)

2018-02-26 Thread Michal Hagara
Hello everyone! Please, before you bash me (and I hope you won't), I would like to ask you all for help. I'm writing my master thesis right now and one part of it consists of a public survey in which I'll be evaluating some of the popular CM tools... If you think, you could sacrifice 10

[Puppet Users] Puppet Augeas update/insert Multi line

2018-02-26 Thread Mohan Sagar
Before I begin, Please pardon me as I am new to Puppet/Augeas. I am trying to update/insert a word to the existing line. When I use the augtool with the Properties lens, the line value is showing as < multi >. When I parse the line with augparse the result is shown as below. Please help me

Re: [Puppet Users] unit tests failing on augeas resources in defined type

2018-02-26 Thread Bill Sirinek
Sure. Here is the init.pp from the module (the only other manifest file is the solaris_kernel_parameter.pp I pasted earlier. $::is_prod is a top-level boolean variable we have to indicate a node is production. The module sets solaris kernel parameters from a hash passed to it. It also

Re: [Puppet Users] unit tests failing on augeas resources in defined type

2018-02-26 Thread David Schmitt
Hi Bill, from the code snippets you posted, nothing should be trying to initialize SSL (and thus causing this issue). Can you post the entire module somewhere for inspection? specifically your spec_helper.rb would be of interest. If you can't post it publicly, you can send a copy to