summaryrefslogtreecommitdiff
path: root/personal_infra
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-11-05 15:02:09 +0100
committeralex <alex@pdp7.net>2023-11-05 15:02:09 +0100
commit5a7b0d95591334781493baa26ed9bd2e8c895136 (patch)
tree78ff0bf578a589d2f7c2c3fc17666327feb361fa /personal_infra
parent990c93b3453f53fde8057f2181a890d01265c3e0 (diff)
Add pip for elpy
Diffstat (limited to 'personal_infra')
-rw-r--r--personal_infra/puppet/site/ws.h1.int.pdp7.net.pp2
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 102659ee..129795d9 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':}
}