Forum: Cfengine Help
Subject: Re: So any syntax errors cause site wide cfengine 3 outages?
Author: lukebigum
Link to topic: https://cfengine.com/forum/read.php?3,18038,18058#msg-18058

Seva,

Have you got something like the following?

FTP_SERVER::
  inputs => { "ftp.cf" };
HTTP_SERVER::
  inputs => { "http.cf" };

That would sure work, but what if I want my configuration files to be service 
oriented and possibly co-exist (ie: not mutually exclusive)? I'd have to have:

FTP_SERVER::
  inputs => { "ftp.cf" };
HTTP_SERVER::
  inputs => { "http.cf" };
FTP_SERVER.HTTP_SERVER::
  inputs => { "http.cf", "ftp.cf" };

That's alright for two server types, but what if I've got 30? That's a LOT of 
input => lines.

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

Reply via email to