Created by: telmich
Interesting approach, but I am wondering which problem you are solving with this approach? Why can't all global explorers be executed always?
Btw, we have some thoughts about…
Created by: dheule
Now we have no problem at all,,, i have only write down a idea which are on my mind ...
But if we extend the count of global explorers (some we already have developed), i…
Created by: telmich
Hey Daniel,
point taken - we can laeve this open for some time as an idea (usually we have put them into docs/dev/logs/* but the issue tracker is probably not bad at all to…
Created by: telmich
You are right, it should be sorted!
dheule [Thu, Feb 06, 2014 at 12:02:10PM -0800]:
On my laptop this test sometimes fails, I think the test is for nothing, since it…
Created by: telmich
Not yet, but you are welcome to write one - I think it would be beneficial and could be accepted upstream.
Created by: lloyd
ok, cool. I wonder if the __object_id should actually include the filename and property. If it did not, it would not be possible to change the same property in two files.
So…
Created by: telmich
I'd definitely recommend against this syntax, as it enforces (pseudo) structure where it is not needed and can be ambiguous.
I would also recommend to take the object_id as a…
Created by: lloyd
ok, I must have not understood quite how object_ids work.
I like the syntax you propose, and will try to craft something. Working draft of the implementation looks something…
Created by: telmich
Lloyd,
a pointer that may help you: awk can do tracking of sections easily like this:
awk 'BEGIN { inside = 0 } /[sektion]/ { inside=1 } { if(inside)
print($0); }…
Created by: lloyd
Interesting. I can look into making the implementation a bit more elegant/idiomatic. For now, I've gotten a [first version…
Created by: lloyd
(if this looks acceptable as a first implementation, I'll write docs and open a pull request)
Created by: telmich
I suggest nl instead of cat -n (-n is not posix) at first glance. I think there are some issues in your proposal, but it is actually hard to comment without a pull request.…
Created by: toupeira
It would be worth looking into Augeas which provides automated editing of all sorts of configuration files, you could use augtool to implement a…
Created by: telmich
Working on this at the moment -- @asteven - will submit PR today, maybe you can review it.
Background: I need to deploy hosts that can run cdist (as a server) with cloning…