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