Method: Puppet::Indirector::Face#set_indirection_name
- Defined in:
- lib/puppet/indirector/face.rb
#set_indirection_name(name) ⇒ Object
Here’s your opportunity to override the indirection name. By default it will be the same name as the face.
122 123 124 |
# File 'lib/puppet/indirector/face.rb', line 122 def set_indirection_name(name) @indirection_name = name end |