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

cfengine?



in cfengine all machines belong to several classes, e.g

mail_server = ( tango )
mail_client = ( samba rumba )

home_server = ( samba )
...

In a cfengine-file one can use these classes to perfom any action. But
when I want to perform the e.g. the following action

copy:
  mail_server::
    do something

  mail_client::
    do something

  home_server::
    do something

the script doesn't perform the last entry for home_server on samba,
because the host samba already belongs to the class mail_client and a
action for this host is already performed. Isn't there a possibility
to test for all classes if the hosts belongs to it or not?

Dirk

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: