Method: Puppet::Interface.faces
- Defined in:
- lib/puppet/interface.rb
.faces ⇒ Array<Symbol>
Lists all loaded faces
35 36 37 |
# File 'lib/puppet/interface.rb', line 35 def faces Puppet::Interface::FaceCollection.faces end |
Lists all loaded faces
35 36 37 |
# File 'lib/puppet/interface.rb', line 35 def faces Puppet::Interface::FaceCollection.faces end |