Sha256: a532adb91aa6574860124d773036b3874c0a660137542d1651aaa8fd818c7d01

Contents?: true

Size: 350 Bytes

Versions: 20

Compression:

Stored size: 350 Bytes

Contents

# frozen_string_literal: true
require_relative '../../../puppet/file_serving/content'
require_relative '../../../puppet/indirector/file_content'
require_relative '../../../puppet/indirector/file_server'

class Puppet::Indirector::FileContent::FileServer < Puppet::Indirector::FileServer
  desc "Retrieve file contents using Puppet's fileserver."
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
puppet-8.3.0 lib/puppet/indirector/file_content/file_server.rb
puppet-8.3.0-x86-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.3.0-x64-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.3.0-universal-darwin lib/puppet/indirector/file_content/file_server.rb
puppet-8.3.1 lib/puppet/indirector/file_content/file_server.rb
puppet-8.3.1-x86-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.3.1-x64-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.3.1-universal-darwin lib/puppet/indirector/file_content/file_server.rb
puppet-8.2.0 lib/puppet/indirector/file_content/file_server.rb
puppet-8.2.0-x86-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.2.0-x64-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.2.0-universal-darwin lib/puppet/indirector/file_content/file_server.rb
puppet-8.1.0 lib/puppet/indirector/file_content/file_server.rb
puppet-8.1.0-x86-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.1.0-x64-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.1.0-universal-darwin lib/puppet/indirector/file_content/file_server.rb
puppet-8.0.1 lib/puppet/indirector/file_content/file_server.rb
puppet-8.0.1-x86-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.0.1-x64-mingw32 lib/puppet/indirector/file_content/file_server.rb
puppet-8.0.1-universal-darwin lib/puppet/indirector/file_content/file_server.rb