www.delorie.com/gnu/docs/cfengine/cfengine-Tutorial_34.html | search |
![]() Buy GNU books! | |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A useful trick when debugging is to eliminate unwanted actions by changing their class name. Since cfengine assumes that any class it does not understand is the name of some host, it will simply ignore entries it does not recognize. For example:
myclass:: |
can be changed to
Xmyclass:: |
Since Xmyclass
no longer matches any defined classes, and is not
the name of any host it will simply be ignored. The -N
option
can also be used to the same effect. (see Reference manual).
webmaster | delorie software privacy |
Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |