Why is the domain getting redefined in cf2?

update.conf :

control:
  any::
    actionsequence  = ( directories files copy shellcommands processes tidy )
    workdir         = ( /var/cfengine )

  any.!domain_p::
    domain = ( domain.i)

  domain_p::
    domain = ( domain.p )

cfservd.conf :

control:
  any.!domain_p::
    domain = ( domain.i )

  domain_p::
    domain = ( domain.p )


on a host which its class is any.!domain_p::

# cfagent -vq | grep -i domain
Accepted domain name: domain.i
Accepted domain name: domain.i

on a host which its class is domain_p::

# cfagent -vq | grep -i domain
Accepted domain name: domain.p
Accepted domain name: domain.i

Thoughts?  The cfengine "master" is in domain.i but this client is in
domain.p.  Is this why it sets the final domain as its own?

Wes
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to