Hi Brendan,

Brendan Strejcek wrote:
> I think you want this:
> 
> http://www.cfengine.org/manuals/cf3-reference.html#move_005fobstructions-in-files

thanks for trying to help me, but unfortunately the error message
persists. Hmm... another idea?

Here's the latest version (not working):

<snip>
classes:
        SRV_APACHE_STANDALONE::
                "isdir" expression => isdir("/var/www");
files:
        SRV_APACHE_STANDALONE.isdir::
                "/var/www/."
                        rename => MoveTo("/srv/www/."),
                        perms => PermsChgrp("www-data"),
                        create => "true";
        SRV_APACHE_STANDALONE::
                "/var/www"
                        link_from => LinkFrom("/srv/www"),
                        move_obstructions => "true",
                        perms => PermsChgrp("www-data");
</snip>

Cheers,
Robert

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to