summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl/certificate_authority.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/ssl/certificate_authority.rb')
-rw-r--r--lib/puppet/ssl/certificate_authority.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/ssl/certificate_authority.rb b/lib/puppet/ssl/certificate_authority.rb
index be74c2fac..26febb3d3 100644
--- a/lib/puppet/ssl/certificate_authority.rb
+++ b/lib/puppet/ssl/certificate_authority.rb
@@ -133,7 +133,7 @@ class Puppet::SSL::CertificateAuthority
@certificate = sign(host.name, :ca, request)
# And make sure we initialize our CRL.
- crl()
+ crl
end
def initialize
@@ -143,7 +143,7 @@ class Puppet::SSL::CertificateAuthority
@host = Puppet::SSL::Host.new(Puppet::SSL::Host.ca_name)
- setup()
+ setup
end
# Retrieve (or create, if necessary) our inventory manager.