Project

General

Profile

« Previous | Next » 

Revision 0e4f1b41

Added by Ohad Levy almost 14 years ago

  • ID 0e4f1b416d4dc40602ded94dc6c4bcc6aa90700e

fixes #329 - Errors parsing RRDs

View differences:

config/initializers/puppet.rb
# workaround for puppet bug http://projects.reductivelabs.com/issues/3949
if Facter.puppetversion == "0.25.5"
begin
require 'RRDTool'
rescue
require 'RRDtool'
rescue LoadError => detail
nil
end
end

Also available in: Unified diff