Debug fiesta!
@@ -107,26 +117,23 @@ user_deleted : {{ user_deleted }} %} {% endif %} - -tldr@chopchop:~ $sudo journalctl -S today _COMM=useradd -r
- - Users are assigned to groups, which allow them rights to read or edit files, run commands or apply infrastructural - changes. For chopchop, we all have 'sudo rights': the ability to perform any command, including the more sensitive - ones. Sudo is a command that's short for 'superuser do', with it, a user has more privileges, like installing or - updating a package or performing a restart. - - - + {% if users_created_today is defined %} - +tldr@chopchop:~ $sudo journalctl -S today _COMM=useradd -r
+ + Users are assigned to groups, which allow them rights to read or edit files, run commands or apply infrastructural + changes. For chopchop, we all have 'sudo rights': the ability to perform any command, including the more sensitive + ones. Sudo is a command that's short for 'superuser do', with it, a user has more privileges, like installing or + updating a package or performing a restart. + + + {{ log_output(users_created_today) }} {% if users_created_today|length > 0 %} - {{last_user_name}} user was added, and the network of trust grew ever so slightly. Users will be trusted with not - just the keys and passwords to the "house" which is the server, but with a portion of responsibility to keep it - afloat and contribute to what makes it a community of practices (and network of knowledge and dependence). + {{last_user_name}} user was added, and the network of trust grew ever so slightly. Users will be trusted with not just the keys and passwords to the "house" which is the server, but with a portion of responsibility to keep it afloat and contribute to what makes it a community of practices (and network of knowledge and dependence). {% else %} - No new users were created today. The trust network remains the same size. + No new users were created today. The trust network remains the same size. {% endif %} - + {% endif %} {% if list_package_installs|length > 0 %} @@ -135,11 +142,8 @@ user_deleted : {{ user_deleted }} Today the following packages were installed: -
-
- {% for item in list_package_installs %}
-
- {{ item }} - {% endfor %} -