Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Importing groups

0 views
Skip to first unread message

dave...@gmail.com

unread,
Mar 24, 2009, 5:57:32 AM3/24/09
to
I'm trying to solve the following thing.

II'm trying to work with seperate files, to maintain a nice overview
of the files.

In my cfagent.conf i got the following:

import:
cf.groups

APACHE::
cf.apache

so the group APACHE need to include cf.apache. in cf.groups are the
groups defined.

cf.groups

groups:
10APACHE = ( hostx )
9APACHE = ( hosty )
APACHE = ( 10APACHE 9APACHE )

so 10apache and 9apache are groups of the group apache

cf.apache contains the following

import:
9APACHE::
cf.9apache
10APACHE::
cf.10apache

and cf.10apache contains the following
control:
actionsequence = ( copy )

copy:
10APACHE::
$(PATH)/apache10
dest=$(WORKDIR)/10apache
mode=777
server=$(POLICYHOST)
trustkey=true
type=checksum


But the copy statement isn't be executed.
The file apache10 exists on the server and the path is right.
But i even don't get a message in my cfagent verbose output, that i
tries to access apache10.

if i output cfagent -v |grep Defined i see the following (on hostx):

Defined Classes = ( 10APACHE [cut] APACHE [cut] )

Am i totally missing the point, or did i missed something?

0 new messages