I am trying to cop a directory tree to the clients from the master,
with 2 exceptions: /usr/pkg/src and /usr/pkg/ossrc.

        This will skip /usr/pkg/ossrc...
        
        /usr/pkg server=master ignore=/usr/pkg/ossrc /usr/pkg

        ... and this will skip /usr/pkg/src ...

        /usr/pkg server=master ignore=/usr/pkg/src /usr/pkg

        ... but I cannot figure out how to specify both. None of these work:

        /usr/pkg server=master ignore=/usr/pkg/*src /usr/pkg
        /usr/pkg server=master ignore=/usr/pkg/.*src /usr/pkg
        /usr/pkg server=master ignore=/usr/pkg/src,/usr/pkg/ossrc /usr/pkg

        I would prefer _not_ to use the global ignore directive.

        What am I doing wrong?

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

Reply via email to