voxpupuli / puppet-openssl

Puppet OpenSSL module
Apache License 2.0
38 stars 84 forks source link

ssl_pkey should default to ensure=>present #94

Closed kasimon closed 3 years ago

kasimon commented 7 years ago

As of version v1.10.0,

ssl_pkey { '/path/to/private.key': }

does not create a private key but

ssl_pkey { '/path/to/private.key':
  ensure => 'present',
}

does. ensure => present should be the default.

raphink commented 6 years ago

Fair enough. This requires to edit the ensurable block to define the default value. PR welcome.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.