From: alex Date: Sun, 5 Nov 2023 13:58:49 +0000 (+0100) Subject: Add gnutls-utils required for Cosmopolitan Emacs X-Git-Tag: 20240214-emacs~119 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=990c93b3453f53fde8057f2181a890d01265c3e0;p=alex.git Add gnutls-utils required for Cosmopolitan Emacs --- diff --git a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp index fa69663..102659e 100644 --- a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp @@ -4,7 +4,7 @@ node 'ws.h1.int.pdp7.net' { storage_driver => 'zfs', } - package {['pipx', 'isync', 'weechat', 'rclone', 'fuse', 'rsync', 'sshpass', 'bash-completion']:} + package {['pipx', 'isync', 'weechat', 'rclone', 'fuse', 'rsync', 'sshpass', 'bash-completion', 'gnutls-utils']:} class {'remote_desktop':} }