Kelly Brown wrote:

> I want a default file copied if they don't have their own specific file.  

That page give this example:

    copy:
          $(dr)/etc/ldap.conf.$(host) server=$(fs) dest=/etc/ldap.conf
          $(dr)/etc/ldap.conf.$(role) server=$(fs) dest=/etc/ldap.conf
          $(dr)/etc/ldap.conf server=$(fs) dest=/etc/ldap.conf

$(dr)/etc/ldap.conf is the default file. Maybe I am not understanding
your problem, but it looks to me like this will do what you want.


_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to