Forum: CFEngine Help Subject: Re: add users to /etc/shadow Author: bbomgardner Link to topic: https://cfengine.com/forum/read.php?3,22920,22929#msg-22929
You are trying to use the bundle append_users_starting which wants its parameter to be an array. When you have your bundle loop over the users list it is calling append_users_starting with a single string. This is why you get an error. Try using the append_if_no_line bundle instead for the /etc/shadow promise. _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine