diff options
| author | nfagerlund <nick.fagerlund@gmail.com> | 2011-05-04 16:11:39 -0700 |
|---|---|---|
| committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-05-04 16:11:39 -0700 |
| commit | 7b71745ac4507375fc452d87e5130e504cef53c8 (patch) | |
| tree | 1029075197299355c07db9d2557df4db79ec0f93 /lib/puppet/face/node.rb | |
| parent | 358418ce0fece0b3940b5c62c4633d61cb1de7b9 (diff) | |
| download | puppet-7b71745ac4507375fc452d87e5130e504cef53c8.tar.gz puppet-7b71745ac4507375fc452d87e5130e504cef53c8.tar.xz puppet-7b71745ac4507375fc452d87e5130e504cef53c8.zip | |
(Maint) Adjust documentation whitespace
The patch from issue #7221 permits indented heredocs. This patch takes advantage
of that to make the doc strings less messy.
Diffstat (limited to 'lib/puppet/face/node.rb')
| -rw-r--r-- | lib/puppet/face/node.rb | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/lib/puppet/face/node.rb b/lib/puppet/face/node.rb index 64002909e..be38ad388 100644 --- a/lib/puppet/face/node.rb +++ b/lib/puppet/face/node.rb @@ -6,19 +6,21 @@ Puppet::Indirector::Face.define(:node, '0.0.1') do summary "View and manage node definitions" description <<-EOT -This face interacts with node objects, which are what Puppet uses to build a catalog. A node object consists of the node's facts, environment, additional top-scope variables, and classes. TK need this fact-checked. + This face interacts with node objects, which are what Puppet uses to + build a catalog. A node object consists of the node's facts, + environment, additional 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 terminuses -for this face include: + This is an indirector face, which exposes find, search, save, and + destroy actions for an indirected subsystem of Puppet. Valid terminuses + for this face include: -* `active_record` -* `exec` -* `ldap` -* `memory` -* `plain` -* `rest` -* `yaml` + * `active_record` + * `exec` + * `ldap` + * `memory` + * `plain` + * `rest` + * `yaml` EOT end |
