Forum: Cfengine Help
Subject: Re: Customizing hosts
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,17603,17604#msg-17604

Well,

in Cfengine syntax terms it would be smth like


body common control
{
  web001|web002::
        bundlesequence => { "apache" };

 db001|db002|db003::
        bundlesequence => { "mysql", "postgres", "ldap_client" };
}

bundle agent apache
{
  ...
}


etc (assuming web001 and so forth are all hostnames).

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

Reply via email to