cfengine / design-center

CFEngine community-contributed content
http://cfengine.com/
Other
80 stars 68 forks source link

Remove stdlib as a dependancy from tzconfig #369

Closed nickanderson closed 11 years ago

nickanderson commented 11 years ago

It just makes using the sketch much more difficult because it causes duplicate bundle conflicts or you have to do some other work around. I think its fair to expect that the stdlib is in place when considering usability.

zzamboni commented 11 years ago

And so it begins. We need to remove CFEngine::stdlib dependencies from all sketches, and eventually the sketch itself.

I made one comment on test.cf, otherwise it's good.

nickanderson commented 11 years ago

Thank you good catch On Sep 12, 2013 1:37 PM, "Diego Zamboni" notifications@github.com wrote:

And so it begins. We need to remove CFEngine::stdlib dependencies from all sketches, and eventually the sketch itself.

I made one comment on test.cf, otherwise it's good.

— Reply to this email directly or view it on GitHubhttps://github.com/cfengine/design-center/pull/369#issuecomment-24340450 .

tzz commented 11 years ago

It would be nice if sketchify had an option to generate test.cf from a set of test parameters. Right now I do it manually. It would save lots of time with the stdlib removal.

I'm OK with this commit in any case.

nickanderson commented 11 years ago

I put the path back in on the test file, rebased and squashed