Hello,
I am using Yaml file which is basically called hiera data in puppet for managing the environment in a node. For example Now I have websphere application installation in /company/WAS/. Now I want to install web-sphere application in /company/WAS1 , /company/WAS2, /company/WAS3 in the same node and same configuration. This should be managed by hiera data. If I have given installation path as /company/WAS1 and now I want to over ride it as /company/WAS2 at some point in hiera data. The total management should be done by hiera data. Is there any option in puppet to do like my mentioned requirement.
for example:
version5:
comapany:
folderpath: '/company/was1'
At some case this should be override as
folderpath: '/company/was2'
Is is possible to manage this with hiera???????
Can any one help me on it????
↧