I am trying to write a rule that creates a file, directory if it
doesn't exist, and enfoce ACLs on it if it does. I am trying to use:
--
        /var/log/service.log
                mode=640        owner=service   group=wheel
                action=create
                action=fixall
--

But this doesn't work, it failes because it's trying to fix a file
that doesn't exist.
--
cfengine:host: Cannot access file/directory /var/log/service.log
cfengine:host: File/Dir /var/log/service.log did not exist and was
marked (fixall)
--

What is the correct way to do this?

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--


_______________________________________________
Help-cfengine mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to