aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/modules/workstation
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-10-07 21:26:16 +0200
committeralexpdp7 <alex@corcoles.net>2024-10-07 21:29:52 +0200
commitc29856b3421c66862bf01bf0662c9b2dc9c2430d (patch)
tree41d4644e9ebf84fb6d00fc8fd6ff0519ea76294a /personal_infra/puppet/modules/workstation
parentfd1ae7420c29d6381c56647f70db7eb0914038c1 (diff)
Move pipx, rsync, bash-completion, emacs-nox from workstation to basic_software
Diffstat (limited to 'personal_infra/puppet/modules/workstation')
-rw-r--r--personal_infra/puppet/modules/workstation/manifests/init.pp15
1 files changed, 1 insertions, 14 deletions
diff --git a/personal_infra/puppet/modules/workstation/manifests/init.pp b/personal_infra/puppet/modules/workstation/manifests/init.pp
index 7aee7c4b..82963bc2 100644
--- a/personal_infra/puppet/modules/workstation/manifests/init.pp
+++ b/personal_infra/puppet/modules/workstation/manifests/init.pp
@@ -1,22 +1,9 @@
class workstation {
- package {['pipx', 'rclone', 'rsync', 'sshpass', 'bash-completion', 'python3-pip', 'xclip']:}
+ package {['rclone', 'sshpass', 'python3-pip', 'xclip']:}
if ($facts['os']['family'] == 'Debian') {
package {['nextcloud-desktop']:}
- file {'/etc/apt/preferences.d/90_emacs':
- content => @(EOT)
- Package: src:emacs
- Pin: release n=bookworm-backports
- Pin-Priority: 990
- | EOT
- ,
- }
- ~>
- Exec["/usr/bin/apt update"]
- ->
- package {'emacs-nox':}
-
file {'/etc/apt/keyrings/packages.mozilla.org.asc':
content => @(EOT)
-----BEGIN PGP PUBLIC KEY BLOCK-----