summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates/certificate.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-188/+188
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-5/+5
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-48/+16
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-13/+22
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t...lutter2006-09-131-2/+2
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-5/+5
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-0/+283