From: alex Date: Sun, 5 Nov 2023 14:02:09 +0000 (+0100) Subject: Add pip for elpy X-Git-Tag: 20240214-emacs~118 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=5a7b0d95591334781493baa26ed9bd2e8c895136;p=alex.git Add pip for elpy --- 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 102659e..129795d 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', 'gnutls-utils']:} + package {['pipx', 'isync', 'weechat', 'rclone', 'fuse', 'rsync', 'sshpass', 'bash-completion', 'gnutls-utils', 'python3-pip']:} class {'remote_desktop':} }