Loïc Tosser

Results 11 issues of Loïc Tosser

The idea behind this feature is to have more notifications to 3rd party services! Instead of writing one connector to each service, we can easily send an HTTP POST with...

I use yaws, and I have some problems, when I need to download the all.zip file: ``` # uname -a FreeBSD bishop.my-sign.com 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11...

*WIP* ```error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory``` this error requires ```libxcrypt-compat``` ```pacman -S libxcrypt-compat```

documentation

Hi, First of all, very nice editor, I love it, but one last feature is missing for me to move out of emacs + doom (no evil mode), it is...

# Error ``` noven/deps/crc on  main [!] is 📦 v0.9.2 via 💧 1.11.0 (OTP 23) via  23.2 🕙 [ 19:21:17 ] ❯ elixir -v Erlang/OTP 23 [erts-11.1.4] [source]...

# Summary This PR adds support for extracting OS info from servers that don't support `lsb_release` by parsing the `os-release` file. # Benefits - Ensures compatibility with lightweight distributions that...

Introduces a new fact to check if a system requires a reboot across different Unix-like systems: - Linux: Checks /var/run/reboot-required files and Alpine Linux kernel comparison - FreeBSD: Compares running...

- Updated the DebPackages class to return a structured dictionary for each package, including desired action, status, version, architecture, and description. - Modified the regex pattern to capture additional package...

WORK IN PROGRESS Add new PSSH connector with support for parallel SSH operations using the parallel-ssh library. Includes comprehensive test suite covering connection handling, command execution, and file operations. -...

Fix #1454 - [X] Pull request is based on the default branch (`3.x` at this time) - [X] Pull request includes tests for any new/updated operations/facts - [X] Pull request...