Forum: CFEngine Help
Subject: Re: Error creating a directory (use forcedirs=true)
Author: davidlee
Link to topic: https://cfengine.com/forum/read.php?3,24130,24136#msg-24136
Bill,
1. Like you, I don't see any mention of "forcedirs" in the reference manual.
(I'm viewing in a browser the online v
Forum: CFEngine Help
Subject: Re: Error creating a directory (use forcedirs=true)
Author: bmarsh
Link to topic: https://cfengine.com/forum/read.php?3,24130,24133#msg-24133
@David - thanks, I got it to work with:
"/home/rsync/"
perms => mog("700","rsync","rsync"),
comment => "Make rsync
Forum: CFEngine Help
Subject: Re: Error creating a directory (use forcedirs=true)
Author: davidlee
Link to topic: https://cfengine.com/forum/read.php?3,24130,24131#msg-24131
See ref. manual 7.4.4 (headed "create"). For a file, specify
"/path/to/file"
for a directory:
"/path/to/dir/."
Note