Quantcast
Channel: MarsHut
Viewing all articles
Browse latest Browse all 6551

templatizing a configuration file

$
0
0
Hi

I want to templatize (we use hiera with yaml backend) a configuration file
that has the following content:

include-and-override=${configDir}/al-runtime.conf
include-and-override=${configDir}/al-ldap.conf
include-and-override=${configDir}/al-cluster.conf
include-and-override=${configDir}/al-jaas.conf
include-and-override=${configDir}/al-internal.conf
include-and-override=${configDir}/al-external.conf

The number of lines and content of the include-and-override directive
changes between systems...

Can it be done?

TIA
Paolo

Viewing all articles
Browse latest Browse all 6551