Closed linuxmail closed 5 years ago
I believe the issue is the different group between the two different certs. ensure_resource
is trying to recreate the directory as the group changes between certs. I think we will need to separate the owner/group for the directories so all sites created can match if the paths match.
hi,
we have to change our main certificate and we found an issue with Hiera.
We have something in comon.yaml for all nodes:
Now we also the same cert on a different path :
Now we get an duplication declaration for /etc/ssl/certs:
I think, the problem is the merge. Because the node has the comon.eyaml (with the default cert) and also the other one from the role/pmox.yaml. It works, If I remove the certs from the comon.eyaml and put the pveproxy-ssl and example.com in one yaml file. In that case, I have many duplicates in many files, because I can't use the global comon.eyaml for all. Is there a way to get around that problem ?
I tried something like:
but that wasn't working.
cu denny