hi,all I'm a newbie of cfengine. I am using 2.2.10 version of cfengine.
In my cfagent.conf I import a file named cf.groups which defined many classes.for a example, in the cf.groups, I defined this: groups: initialize = ( '/usr/bin/test -f /var/cfengine/info/newinstall' ) I defined a class named initialize if the client have the file of /var/cfengine/info/newinstall then in the shellcommands content of cfagent.conf,I write like this: shellcommands: initialize:: "/bin/touch /tmp/TTTT" but it can't work unless I use AddInstallable = ( initialize ) in the control content of cfagent.conf, Why? if I put the initialize class in the groups content of cfagent.conf, it can work. Is it a bug? 2012-03-18 54netkey
_______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine