[Solved] Chef Apache2 recipe failing during server build

With OHAI 7, you don’t need (and can’t) reload plugins on the basis of the filename where the specific function is provided. Instead, you reload it based on the specific attribute you want to reload. Thus, while the attributes in node[‘etc’][‘passwd’] still are provided by a plugin named passwd.rb, you can’t reload it that way. … Read more