Forum: CFEngine Help
Subject: How to instert white line ?
Author: loopx
Link to topic: https://cfengine.com/forum/read.php?3,26615,26615#msg-26615

Hi, 


I'm looking to add a white line at the end of a file (followed by 2 non-white 
line) ... but I'm not able to do it ..


                        "vim_configuration_default"
                                slist => {
                                        "\" Change default colour set",
                                        "colorscheme elflord"
                                };


                        "/etc/vimrc"
                                edit_line       => 
append_if_no_lines($(vim_configuration_default)),
                                comment         => "edit default configuration 
of vim (colorscheme, ...)";


Any idea ?

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

Reply via email to