summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates/ca.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-10 22:00:30 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-10 22:00:30 +0000
commit2be25d51f38f53c92bcc6b9688344fdb1c06f48f (patch)
tree883fb30254b637312ec4518d189df10ef13fd159 /lib/puppet/sslcertificates/ca.rb
parent7f7b5c679ff4957dcd94b4652033b9fad871cad2 (diff)
downloadpuppet-2be25d51f38f53c92bcc6b9688344fdb1c06f48f.tar.gz
puppet-2be25d51f38f53c92bcc6b9688344fdb1c06f48f.tar.xz
puppet-2be25d51f38f53c92bcc6b9688344fdb1c06f48f.zip
Making the language name a real alias. Now all objects in Puppet support specifying both the name and the namevar, or just a name and having the namevar set.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@896 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/sslcertificates/ca.rb')
-rw-r--r--lib/puppet/sslcertificates/ca.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/sslcertificates/ca.rb b/lib/puppet/sslcertificates/ca.rb
index a3cd376fc..901b098bf 100644
--- a/lib/puppet/sslcertificates/ca.rb
+++ b/lib/puppet/sslcertificates/ca.rb
@@ -69,12 +69,10 @@ class Puppet::SSLCertificates::CA
#puts "Reading %s" % Puppet[:capass]
#system "ls -al %s" % Puppet[:capass]
#File.read Puppet[:capass]
- Puppet.info "Getting pass"
@config[:password] = self.getpass
else
# Don't create a password if the cert already exists
unless FileTest.exists?(@config[:cacert])
- Puppet.info "Genning pass"
@config[:password] = self.genpass
end
end