diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2010-04-20 14:15:06 -0700 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | 6bdda8c65e55fcdab896cee9985bca3593c66c95 (patch) | |
| tree | 1296965e3b7290ad1990d36aff87f3dc758caee8 /sbin/puppetca | |
| parent | f9783fcdee928c80339b2b1567350b2450e1ea05 (diff) | |
feature #2276 Single Executable: "puppet cert"
Add "puppet cert" as the new invocation of "puppetca"
Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'sbin/puppetca')
| -rwxr-xr-x | sbin/puppetca | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/puppetca b/sbin/puppetca index 71cb6c930..ce2e315a7 100755 --- a/sbin/puppetca +++ b/sbin/puppetca @@ -107,5 +107,5 @@ # Copyright (c) 2005 Reductive Labs, LLC # Licensed under the GNU Public License -require 'puppet/application/ca' -Puppet::Application[:ca].run +require 'puppet/application/cert' +Puppet::Application[:cert].run |
