Sha256: 8af4b641ab54252578a3e80bd588ca139dd00e54788321fb9dc765a5665daa86
Contents?: true
Size: 735 Bytes
Versions: 17
Compression:
Stored size: 735 Bytes
Contents
Usage: puppet <subcommand> [options] <action> [options] Available subcommands, from Puppet Faces: <% Puppet::Face.faces.sort.each do |name| face = Puppet::Face[name, :current] -%> <%= face.name.to_s.ljust(16) %> <%= face.summary %> <% end -%> <% unless legacy_applications.empty? then # great victory when this is true! -%> Available applications, soon to be ported to Faces: <% legacy_applications.each do |appname| summary = horribly_extract_summary_from appname -%> <%= appname.to_s.ljust(16) %> <%= summary %> <% end end -%> See 'puppet help <subcommand> <action>' for help on a specific subcommand action. See 'puppet help <subcommand>' for help on a specific subcommand. Puppet v<%= Puppet.version %>
Version data entries
17 entries across 17 versions & 2 rubygems