Forum: CFEngine Help
Subject: Re: How to workaround illegal variable names (dots in indices)?
Author: FraserCampbell
Link to topic: https://cfengine.com/forum/read.php?3,27050,27071#msg-27071

For the record, got lazy and just changed to this ...

            "/etc/sysctl.conf"
                edit_line => 
replace_or_add("^\s*net.ipv4.tcp_keepalive_time\s*=.*", 
"net.ipv4.tcp_keepalive_time = 1200"),
                comment => "Adjust default TCP keepalive timeout.";

It works for now.

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

Reply via email to