/
usr
/
share
/
ruby
/
vendor_ruby
/
puppet
/
settings
/
Upload File
HOME
# Exceptions for the settings module require 'puppet/error' class Puppet::Settings class SettingsError < Puppet::Error ; end class ValidationError < SettingsError ; end class InterpolationError < SettingsError ; end class ParseError < SettingsError include Puppet::ExternalFileError end end