403 Forbidden


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

require 'puppet/module_tool'
require 'puppet/util'

module Puppet::ModuleTool::Tar
  require 'puppet/module_tool/tar/gnu'
  require 'puppet/module_tool/tar/mini'

  def self.instance
    if Puppet::Util.which('tar') && ! Puppet::Util::Platform.windows?
      Gnu.new
    elsif Puppet.features.minitar? && Puppet.features.zlib?
      Mini.new
    else
      raise RuntimeError, 'No suitable tar implementation found'
    end
  end
end

404 Not Found
[ LogOut ]