Method: Puppet::FileBucketFile::Selector#select
- Defined in:
- lib/puppet/indirector/file_bucket_file/selector.rb
#select(request) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/puppet/indirector/file_bucket_file/selector.rb', line 9 def select(request) if request.protocol == 'https' :rest else :file end end |