help-cfengine
[Top][All Lists]
Advanced

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

Re: cfagent exclude?


From: Thomas Glanzmann
Subject: Re: cfagent exclude?
Date: Tue, 22 Jul 2003 17:05:36 +0200
User-agent: Mutt/1.5.4i

* Joseph Holland King <insanc@cc.gatech.edu> [030722 17:02]:
> i have some 30 machines that are all solaris9 on the same subnet etc. in
> the cfagent.conf file i have been identifying them as:
> sunos_5_9
> however, there are a few machines that i want to have a specific
> configuration for which is completely seperate of the sunos_5_9 box. the
> only difference in cfengine variables between the specific machine and
> the normal solaris 9 machines is the host name. is there any way to get
> cfagent to have the specific machine not include the sunos_5_9
> configuration and just include the specific configuration? currently it
> tries to include both. also i would prefer not to have it based on

What about

my_special_hosts = ( host1 host2 host3 host4 )

sunos_5_9.!my_special_hosts::
        do_somthing

sunos_5_9.my_special_hosts::
        do_something_else

Greetings,
        Thomas




reply via email to

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