Will fix

Matthias Teege wrote:
> 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
> [email protected]
> https://cfengine.org/mailman/listinfo/help-cfengine

-- 
Mark Burgess

-------------------------------------------------
Professor of Network and System Administration
Oslo University College, Norway

Personal Web: http://www.iu.hio.no/~mark
Office Telf : +47 22453272
-------------------------------------------------
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to