Forum: CFEngine Help
Subject: Re: RE: CFEngine Help: Re: CFEngine Help: weird error on variable and
report not working
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,23210,23492#msg-23492
Hi Jerome,
Just to complete the thought: one problem with using a plain insert_lines
: weird error on variable and report
not working
Forum: CFEngine Help
Subject: Re: CFEngine Help: weird error on variable and report not working
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,23210,23485#msg-23485
Jerome,
The "duplicate selection" message appears b
Forum: CFEngine Help
Subject: Re: CFEngine Help: weird error on variable and report not working
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,23210,23485#msg-23485
Jerome,
The "duplicate selection" message appears because the variable is defined
twice: on the
I have the following promises.
bundle common g
{
vars:
"alias_vi" string => "alias vi=\"vim\"";
"bashrc_loc"string => "/etc/bashrc";
}
Bundle agent exampleInsertLine
{
vars:
"alias_editor"
in