Anyone ever see this problem?
cf3 Will not create directories for a relative filename
($(sys.workdir)/lib.stage.v3/.). Has no invariant meaning
cf3 Can't make directories for $(sys.workdir)/lib.stage.v3/. in files.copyfrom
promise
files:
any::
"$(sys.workdir)/lib.stage.v3"
copy_from => copy_and_purge("$(lib_src_v3)"),
perms => mog("755", "$(fowner)", "$(ogroup)"),
depth_search => recurse("inf");
body copy_from copy_and_purge(from) {
source => "$(from)";
compare => "digest";
servers => { "$(g.cfhost)" };
copy_backup => "false";
trustkey => "true";
stealth => "true";
purge => "true";
}
If I replace it with /var/cfengine, it works fine.
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine