Forum: CFEngine Help
Subject: Re: Password change problem.
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,21361,22938#msg-22938

You should add allow_blank_fields => "true"; to your edit_field body. 
https://cfengine.com/manuals/cf3-reference.html#edit_005ffield-in-field_005fedits


body edit_field column(split,col,newval,method)
{
field_separator => "$(split)";
select_field => "$(col)";
value_separator => ",";
field_value => "$(newval)";
field_operation => "$(method)";
extend_fields => "true";
allow_blank_fields => "true";
}


Cheers,
--Nakarin

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

Reply via email to