Skip to content

Commit

Permalink
Fix for voxpupuli#59
Browse files Browse the repository at this point in the history
  • Loading branch information
gtmtech committed Dec 10, 2013
1 parent e39bd23 commit 55b81e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hiera/backend/eyaml/encryptors/pkcs7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module Encryptors
class Pkcs7 < Encryptor

self.options = {
:private_key => { :desc => "Private key directory",
:private_key => { :desc => "Path to private key",
:type => :string,
:default => "./keys/private_key.pkcs7.pem" },
:public_key => { :desc => "Public key directory",
:public_key => { :desc => "Path to public key",
:type => :string,
:default => "./keys/public_key.pkcs7.pem" }
}
Expand Down

0 comments on commit 55b81e2

Please sign in to comment.