Forum: CFEngine Help
Subject: How to specify default masterfiles directory
Author: linuxgurugamer
Link to topic: https://cfengine.com/forum/read.php?3,26503,26503#msg-26503

Is there any way to have cfengine default to /var/cfengine/masterfiles for 
things like the cfengine_stdlib.cf file?

Right now, I have to do the following, which can get tiresome after a while:


body common control
{
        inputs =>{ "/var/cfengine/masterfiles/cfengine_stdlib.cf", 
"/var/cfengine/masterfiles/errata.cf"};
        bundlesequence =>{ "...."};
}

It would be much more readable if it looked like the following:

body common control
{
        inputs =>{ "cfengine_stdlib.cf", "errata.cf"};
        bundlesequence =>{ "...."};
}


Is there a config parameter, or did I miss something in the install?

Thanks


JBB

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

Reply via email to