help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

touble importing groups file


From: Dustin Sorge
Subject: touble importing groups file
Date: Wed, 20 Apr 2005 16:10:57 -0400
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]