Open madelaney opened 5 years ago
@madelaney , I was having similar issues. We are using r10k to manage the environment, and found subsequent puppet runs would have random autoload failures. I ended up tracking down some information about puppet generate types
, which appears to have resolved our issue. Further information is available at https://puppet.com/docs/puppet/latest/environment_isolation.html
Affected Puppet, Ruby, OS and module versions/distributions
7.3.1-rc0
(6e54f1a729642b30a8618f717b61491c937cc15c); I also tried 7.3.0 from Puppetforge.How to reproduce (e.g Puppet code you use)
In a Librarian puppet file add the entry:
In a node apply:
What are you seeing
The catalog is not getting applied due to an issue with autoloading the module
inifile
.What behaviour did you expect instead
I would expect to see Splunk applied to this machine.
Output log
Any additional information you'd like to impart
I did look at #239. so I double checked that my
inifile
module is < 3.0.0; and theinifile
is at 2.5.0