Project

General

Profile

Download (263 Bytes) Statistics
| Branch: | Tag: | Revision:
7f082050 Ivan Necas
require File.expand_path('../certs_common', __FILE__)

Puppet::Type.newtype(:privkey) do
desc 'Stores the private key file on a location'

instance_eval(&Certs::FILE_COMMON_PARAMS)
2c2acd78 Ivan Nečas
# to make the key unprotected by the passphrase
newparam(:unprotect)
7f082050 Ivan Necas
end