403 Forbidden


Disable Functions:
Path : /usr/share/ruby/vendor_ruby/puppet/settings/
File Upload :
Command :
Current File : //usr/share/ruby/vendor_ruby/puppet/settings/directory_setting.rb

class Puppet::Settings::DirectorySetting < Puppet::Settings::FileSetting
  def type
    :directory
  end

  # @api private
  def open_file(filename, option = 'r', &block)
    controlled_access do |mode|
      Puppet::FileSystem.open(filename, mode, option, &block)
    end
  end
end

404 Not Found
[ LogOut ]