diff options
| author | alex <alex@pdp7.net> | 2023-11-05 14:58:49 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-11-05 14:58:49 +0100 |
| commit | 990c93b3453f53fde8057f2181a890d01265c3e0 (patch) | |
| tree | 5f6ef3cd744f3f0277d9770fdd0591f3665d25cc /personal_infra/puppet | |
| parent | aed34092630fa56147f208a6f75f2f5e2a23d71d (diff) | |
Add gnutls-utils required for Cosmopolitan Emacs
Diffstat (limited to 'personal_infra/puppet')
| -rw-r--r-- | personal_infra/puppet/site/ws.h1.int.pdp7.net.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 fa69663c..102659ee 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':} } |
