Adding domain.cf to inputfiles
[cfengine-masterfiles.git] / inputs / promises.cf
blob4fc9d8f312ab1708245a6073de30c9b149df7d9f
1 ####################################################
2 #                                                  #
3 # promises.cf - Main Cfeinge 3 configuration file  #
4 #                                                  #
5 ####################################################
7 body common control {
9      any::
11         bundlesequence => { @(g.bundlesequence) };
13     backbone::
15         domain => "lan0";
17     any::
19         inputs => {
20             "update.cf",
21             "library.cf",
22             "classes.cf",
23             "cf-execd.cf",
24             "cf-serverd.cf",
25             "cf-report.cf",
26             "cleanup.cf",
27             "domain.cf"
28         };
30     output_prefix => "cf3>";
33 # global vars
34 bundle common g {
36 vars:
38     "workdir"           string => "/var/lib/cfengine3";
39     "masterfiles"       string => "$(workdir)/masterfiles";
40     "inputfiles"        string => "$(workdir)/inputs";
41     "policyhost"        string => "cfengine.lan0";
42     "bundlesequence"    slist => { "update", "executor", "server", "cleanup" };
45 body runagent control {
46     hosts => { "127.0.0.1", "10.0.0.0/24" };