Forum: CFEngine Help
Subject: Using Variables in insert lines
Author: timw077
Link to topic: https://cfengine.com/forum/read.php?3,24417,24417#msg-24417

I want to define a variable, and use it in the middle of edit files.  

for a brief example:

bundle agent conf_system_syslog
{
  vars:

    ipv4_192_168_235::
      "syslog_host" slist => { "192.167.235.34" };

    ipv4_192_168_5::
      "syslog_host" slist => { "192.167.5.12" };

 
}

bundle edit_line sysklog_config
{
  insert_lines:
    redhat_5&!cpp_syslog_host::

      "*.info;mail.none;authpriv.none;cron.non  @"$("syslog_host")";
}


Suggestions?

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

Reply via email to