Hello,
I cannot fully understand what you are trying to do, as I do not know what
$copyPrivateCommand is, but I would advice against using an exec for copying a
file, but just use a file resource instead:
file { "${letsencryptConfPath}/live/${letsencryptCommonName}/privkey.pem":
ensure => fil
Hello,
I believe 'port' should be a hash that consist of 'port' and 'protocol'
parameters:
Example:
firewalld_port {'Open port 8080 in the public Zone':
ensure => 'present',
zone => 'public',
port => {
'port' => 8080,