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
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"),
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