voxpupuli / puppet-openssl

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

Pass openssl commands as an array #225

Closed ekohl closed 2 months ago

ekohl commented 2 months ago

Puppet 7.9 introduced support to pass an array, which avoids using a shell altogether. This simplifies the code because there's no more need to escape and join options.