diff options
| author | Pieter van de Bruggen <pieter@puppetlabs.com> | 2011-05-17 15:07:18 -0700 |
|---|---|---|
| committer | Pieter van de Bruggen <pieter@puppetlabs.com> | 2011-05-17 15:07:18 -0700 |
| commit | b63fd841a188f9b21aed40c7b2f046a144fd37c9 (patch) | |
| tree | 3c5522df6b0038a8cf85e80bfb0737af5aa9ec2d /lib/puppet/face | |
| parent | c8215c550cbe7e3ad059637202b02267d401946d (diff) | |
| parent | 51855e7f17877871aa8ec4f1ed7226c1d95ce66b (diff) | |
Merge branch 'next'
Diffstat (limited to 'lib/puppet/face')
| -rw-r--r-- | lib/puppet/face/certificate.rb | 2 | ||||
| -rw-r--r-- | lib/puppet/face/resource.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/face/certificate.rb b/lib/puppet/face/certificate.rb index ee2b2873f..859946623 100644 --- a/lib/puppet/face/certificate.rb +++ b/lib/puppet/face/certificate.rb @@ -8,7 +8,7 @@ Puppet::Indirector::Face.define(:certificate, '0.0.1') do summary "Provide access to the CA for certificate management" description <<-EOT This face interacts with a local or remote Puppet certificate - authority. Currently, its behavior is not a full superset of puppet + authority. Currently, its behavior is not a full superset of puppet cert; specifically, it is unable to mimic puppet cert's "clean" option, and its "generate" action submits a CSR rather than creating a signed certificate. diff --git a/lib/puppet/face/resource.rb b/lib/puppet/face/resource.rb index ed6360888..87e587624 100644 --- a/lib/puppet/face/resource.rb +++ b/lib/puppet/face/resource.rb @@ -7,7 +7,7 @@ Puppet::Indirector::Face.define(:resource, '0.0.1') do summary "Interact directly with resources via the RAL, like ralsh" description <<-EOT This face provides a Ruby API with functionality similar to the puppet - resource (née ralsh) command line application. It is not intended to be + resource (originally ralsh) command line application. It is not intended to be used from the command line. EOT notes <<-EOT |
