diff options
| author | Matt Robinson <matt@puppetlabs.com> | 2011-04-19 12:53:16 -0700 |
|---|---|---|
| committer | Matt Robinson <matt@puppetlabs.com> | 2011-04-19 12:57:49 -0700 |
| commit | 557767b164376d0e61875646715d3ec96401b96c (patch) | |
| tree | 79e702ae4004218606739506fe0dba44455b0b44 /lib/puppet | |
| parent | 311e3ec762bc6863367d5d6ac6548d02a2d78e03 (diff) | |
| download | puppet-557767b164376d0e61875646715d3ec96401b96c.tar.gz puppet-557767b164376d0e61875646715d3ec96401b96c.tar.xz puppet-557767b164376d0e61875646715d3ec96401b96c.zip | |
maint: Remove unused faces code
Looks like in renaming faces to face we just missed some files. They
got copied, not moved.
Paired-with: Max Martin <max@puppetlabs.com>
Diffstat (limited to 'lib/puppet')
| -rw-r--r-- | lib/puppet/faces/help/action.erb | 3 | ||||
| -rw-r--r-- | lib/puppet/faces/help/face.erb | 7 | ||||
| -rw-r--r-- | lib/puppet/faces/help/global.erb | 20 |
3 files changed, 0 insertions, 30 deletions
diff --git a/lib/puppet/faces/help/action.erb b/lib/puppet/faces/help/action.erb deleted file mode 100644 index eaf131464..000000000 --- a/lib/puppet/faces/help/action.erb +++ /dev/null @@ -1,3 +0,0 @@ -Use: puppet <%= face.name %> [options] <%= action.name %> [options] - -Summary: <%= action.summary %> diff --git a/lib/puppet/faces/help/face.erb b/lib/puppet/faces/help/face.erb deleted file mode 100644 index efe5fd809..000000000 --- a/lib/puppet/faces/help/face.erb +++ /dev/null @@ -1,7 +0,0 @@ -Use: puppet <%= face.name %> [options] <action> [options] - -Available actions: -% face.actions.each do |actionname| -% action = face.get_action(actionname) - <%= action.name.to_s.ljust(16) %> <%= action.summary %> -% end diff --git a/lib/puppet/faces/help/global.erb b/lib/puppet/faces/help/global.erb deleted file mode 100644 index e123367a2..000000000 --- a/lib/puppet/faces/help/global.erb +++ /dev/null @@ -1,20 +0,0 @@ -puppet <subcommand> [options] <action> [options] - -Available subcommands, from Puppet Faces: -% Puppet::Faces.faces.sort.each do |name| -% face = Puppet::Faces[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. -See 'puppet man <subcommand>' for the full man page. -Puppet v<%= Puppet::PUPPETVERSION %> |
