diff options
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d8c345a..86cf48d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +itzks-systems (2025.01.31.1) unstable; urgency=medium + + * sbin/itzks-puppetserver-detect-broken-hosts: + + Add support for ignoring already repaired puppet clients. + + Some more shell syntax pedantics (curly braces, quotes). + * sbin/itzks-puppet-renew-ssl: + + Add support for manual interaction with puppetserver (in case SSH pub/priv + key authentication is not available when fixing a host). + + Unset http_proxy/https_proxy before running 'puppet agent'. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 31 Jan 2025 14:08:46 +0100 + itzks-systems (2025.01.24.1) unstable; urgency=medium * sbin/<several>: Check if script is running as root. |