You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add changes to the templates from hiera. For instance these files (10_security.config.erb and condor_config.local.erb) appear in my /etc/condor/config.d dir but how do I modify them from hiera? Also I am trying to add gangliad and then configure '23_ganglia.config.erb' with hiera too.
Thanks in advance,
Uche
The text was updated successfully, but these errors were encountered:
I would also need some more flexibility in the templates to achieve my target config. After looking at the templates, I saw it cannot be through modifying hiera values.
I see at least 2 possibilities:
Modifying the templates to integrate more params and conditionnals. That's the cleaner, but also the harder and less flexible way.
Giving the possibility to add new files in /etc/condor/config.d , which would be read by condor after the others, thus offering the possibility to redefine parameters.
It seems to me that going for both solutions can be a good idea, even though the first method should always be prefered.
This solution allows for customisation while reducing feature-creep in the main package.
I was also thinking of a way to add any parameter to a custom config part (issue #57) but never got around to it.
Hi,
I am trying to add changes to the templates from hiera. For instance these files (10_security.config.erb and condor_config.local.erb) appear in my /etc/condor/config.d dir but how do I modify them from hiera? Also I am trying to add gangliad and then configure '23_ganglia.config.erb' with hiera too.
Thanks in advance,
Uche
The text was updated successfully, but these errors were encountered: