Hi,
If I understand your use case, you actually don't need to read the "file in
java", you just need to place properties files under "puppet control",
meaning, ask Puppet to either deploy the files (if missing) or ensure its
content is equal to the one on the Puppetmaster.
The real issue is that
How do you currently do this by hand ?
Knowing would help in figuring out an answer.
On Nov 28, 2013, at 4:28 AM, PRAVEEN D wrote:
> We have bunch or property files(key/value pairs) used in different modules in
> our java web applicaiton. our applicaiton is also distributed, part of that
> run
We have bunch or property files(key/value pairs) used in different modules
in our java web applicaiton. our applicaiton is also distributed, part of
that runs on a head office and some of the parts run at the branch. All the
branches run a local server for day to day activities. We are looking