summaryrefslogtreecommitdiffstats
path: root/lib/puppet/interface
diff options
context:
space:
mode:
authorRichard Crowley <r@rcrowley.org>2011-03-23 00:14:59 +0000
committerRichard Crowley <r@rcrowley.org>2011-03-23 01:33:54 +0000
commit562bd0f10be966bef725896af9ec3cdc30771ac6 (patch)
tree002c8000ed6ae0cbc393090d459b0dcd8c49555d /lib/puppet/interface
parent5d7715b0c56c6f06d916126e8470d7edb66d7687 (diff)
downloadpuppet-562bd0f10be966bef725896af9ec3cdc30771ac6.tar.gz
puppet-562bd0f10be966bef725896af9ec3cdc30771ac6.tar.xz
puppet-562bd0f10be966bef725896af9ec3cdc30771ac6.zip
Use the new name for the terminus.
Diffstat (limited to 'lib/puppet/interface')
-rw-r--r--lib/puppet/interface/certificate.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/puppet/interface/certificate.rb b/lib/puppet/interface/certificate.rb
index c2101d926..32415ea9d 100644
--- a/lib/puppet/interface/certificate.rb
+++ b/lib/puppet/interface/certificate.rb
@@ -13,8 +13,7 @@ Puppet::Interface::Indirector.interface(:certificate) do
set_run_mode Puppet::Application[:certificate].class.run_mode
end
- Puppet::SSL::CertificateStatus.indirection.save(
- Puppet::SSL::CertificateStatus.new(name))
+ Puppet::SSL::Host.indirection.save(Puppet::SSL::Host.new(name))
end