summaryrefslogtreecommitdiffstats
path: root/lib/puppet/face/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/face/node.rb')
-rw-r--r--lib/puppet/face/node.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/puppet/face/node.rb b/lib/puppet/face/node.rb
index c68d71846..d244127a4 100644
--- a/lib/puppet/face/node.rb
+++ b/lib/puppet/face/node.rb
@@ -10,19 +10,6 @@ Puppet::Indirector::Face.define(:node, '0.0.1') do
environment, node parameters (exposed in the parser as top-scope
variables), and classes.
EOT
- notes <<-'EOT'
- This is an indirector face, which exposes `find`, `search`, `save`, and
- `destroy` actions for an indirected subsystem of Puppet. Valid termini
- for this face include:
-
- * `active_record`
- * `exec`
- * `ldap`
- * `memory`
- * `plain`
- * `rest`
- * `yaml`
- EOT
get_action(:destroy).summary "Invalid for this face."
get_action(:search).summary "Invalid for this face."