| I've a hiera variables called profiles::apache::ssl_karthik in many files but different contents like profiles::apache::ssl_karthik present in context/m1.eyaml, context/m2.eyaml, context/m3.eyaml file with different contents I want to take the all those hiera's values (but same hiera variable) from different eyaml file and keep it in single file using file_resource. is it possible? Basically combine the different certs present in multiple yaml files (but it is having same hiera variable name with different contents) to a pem file. |