Hi all, I am migrating a puppet master from centos 5 to centos 7. I performed a fresh install of puppet 3.7.4 on centos 7. on the puppet master, I copied my puppet data to /etc/puppet etc. Whenever puppet agent runs on another node though, I get this exception.
Error: cannot load such file -- md5 This led me to think that the md5.rb script did not exist. But it does. I found it here. /usr/share/ruby/vendor_ruby/puppet/parser/functions/md5.rb Note I am on ruby 2.0. Is it possible that the puppet daemon is not properly setting the load path to pick up that file? If so, how do I configure puppet master to pick up that ruby script? according to facter, here's the rubysitedir. /usr/local/share/ruby/site_ruby/ Any guidance would be greatly appreciated. Thanks, Joe -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/255c5e77-90cb-4291-bd01-e93abd9a9541%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
