Hi all,

I'm trying to see if I can create a lens for workers.properties. Most
of the file is fairly easy, I think, but I'm having some trouble
thinking of a way to list all workers in one line, without requiring
it manually (which shouldn't be needed, I think). To give you an idea
about the file:

worker.list=workerA, appThing, stuffWorker, workerB

worker.workerA.type=ajp13
worker.workerA.host=localhost
worker.workerA.port=8009

worker.appThing.type=ajp13
worker.appThing.host=localhost
worker.appThing.port=9009
worker.appThing.othersetting=something

worker.stuffWorker.type=ajp13
worker.stuffWorker.host=localhost
worker.stuffWorker.port=10009

worker.workerB.type=ajp13
worker.workerB.host=localhost
worker.workerB.port=11009

I believe order is not important. Any hint on how I could create a
lens for the first line?

-- 
Gegroet,
Tim

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to