Method: Puppet::Interface.faces

Defined in:
lib/puppet/interface.rb

.facesArray<Symbol>

Lists all loaded faces

Returns:

  • (Array<Symbol>)

    The names of the loaded faces



35
36
37
# File 'lib/puppet/interface.rb', line 35

def faces
  Puppet::Interface::FaceCollection.faces
end