Results 104 comments of Ted Zlatanov

In 3.5.0 this is no longer a problem, IIUC. But for the sake of CFE 3.4.x DC users, how about defaulting the runfile and *.cf install permissions to 600?

Hi, the "precedence issue" is not a problem, just Perl being too cautious. The interactive mode of cf-sketch is not maintained and currently not usable (I am not working on...

I propose Util::Trigger - param1: command to execute (execresult will be checked). Use "$(paths.grep) -q" to find a string in a file. Use $(paths.true) to always succeed. - param2: context...

The `paths` bundle is in the stdlib, recently. I think CFEngine::stdlib needs to be updated from core.git. In param1, `grep` can do lists of strings, and you can use many...

Yup, exactly. Assigned to myself in case you don't get to it.

I'll work on this after the cf-sketch redesign is complete (see milestone).

I think the right behavior is not to overwrite an existing directory; the user of VCS::vcs_mirror can do a files promise to remove the directory if it's necessary. This is...

I'll include this if it's special behavior, explicitly turned on by the user with a flag. I think the default behavior should be to disallow using an existing non-empty directory....

Thanks for the catch, I will look into it.