I am trying to import a file called cf.groups which contains all of my group class definitions. I am also importing a cf.main file (which imports fine). When I put the groups block in the cfagent.conf file it finds the class properly and works:

##########################################################################
# BEGIN PARSING /var/cfengine/inputs/cfagent.conf
##########################################################################


HandleClass(any)
Found 0 variables in (cf.main)
ExpandVarstring(cf.main)
Appending [cf.main]
ExpandVarstring(dell0)
AddClassToHeap(advsys_node)
Appending [advsys_node]
HandleClass(advsys_node)
...
...

When I setup my cfagent.conf to look like this:

import:
   any::
      cf.main
      cf.groups
...
...

It doesn't seem to work:
##########################################################################
# BEGIN PARSING /var/cfengine/inputs/cfagent.conf
##########################################################################

HandleClass(any)
Found 0 variables in (cf.main)
ExpandVarstring(cf.main)
Appending [cf.main]
Found 0 variables in (cf.groups)
ExpandVarstring(cf.groups)
Appending [cf.groups]
HandleClass(advsys_node)
...
...

any suggestions would be very helpful.

thank you,
   -- Dustin Sorge


--
Dustin Sorge HPC System Administrator Pittsburgh Supercomputing Center Carnegie Mellon University
4400 Fifth Avenue
Pittsburgh, PA 15213




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

Reply via email to