puppet-ca_cert
puppet-ca_cert copied to clipboard
Trusted and distrusted got switched around
I think trusted and distrusted got switched around somewhere? Am I wrong?
🤔 those changes were made in 3d4a9210292eab68945429901e6415466ce47c53 (#107).
I'm getting the following when using trusted on RHEL 8:
Resource:
ca_cert::ca { 'EXAMPLE':
ensure => 'trusted',
content => file('profile/example/EXAMPLE.crt'),
}
Debug output:
Debug: /Stage[main]/Profile::Example/Ca_cert::Ca[EXAMPLE]/File[/etc/pki/ca-trust/source/blacklist/EXAMPLE.crt]: Nothing to manage: no ensure and the resource doesn't exist
Debug: /Stage[main]/Ca_cert/Exec[ca_cert_update]: 'update-ca-trust extract' won't be executed because of failed check 'refreshonly'