Re: copy and file perms

2010-01-05 Thread NWatson
Anyone? Sincerely, -- Neil Watson 416-673-3465 help-cfengine-boun...@cfengine.org wrote on 2009-12-31 14:36:23: > Greetings, > > In discussing file promises it is suggested in the reference, and on > this list, that sometimes it is desirable to have separate promises to > mind the contents and

Re: copy and file perms

2010-01-05 Thread Neil Watson
Here is a self contained example. ## body common control { bundlesequence => { "test" }; } bundle common g { classes: "all" expression => "any"; } bundle agent test { files: "/tmp/foobar" copy_from => local_cp("/tmp/src-foobar"),

Re: copy and file perms

2010-01-05 Thread Mark Burgess
Neil, please say which version you are running M Neil Watson wrote: > Here is a self contained example. > > ## > body common control { > bundlesequence => { "test" }; > } > > bundle common g { > classes: > > "all" expression => "any"; > } > > bundle age