Moin,

i insert a line with

files:

    "/etc/crontab"

      edit_line => add_line("@reboot root ..");

where add_line is

bundle edit_line add_line(value)
{

insert_lines:

  "$(value)";

}

cf-agent gives me a warning "List parameter not found while constructing
"add_line" - use @(scope.variable) in calling reference" because it
interpretes "@reboot" as slist".

How do I quote the "@" sign?

Many thanks
Matthias

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

Reply via email to