From 67edfadd042c2d21a824a7272ff25fff098452c2 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 7 Mar 2025 17:22:40 +0100 Subject: Move nextcloud-desktop to the relevant workstations --- personal_infra/puppet/modules/workstation/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'personal_infra/puppet/modules') diff --git a/personal_infra/puppet/modules/workstation/manifests/init.pp b/personal_infra/puppet/modules/workstation/manifests/init.pp index eb882173..b8382097 100644 --- a/personal_infra/puppet/modules/workstation/manifests/init.pp +++ b/personal_infra/puppet/modules/workstation/manifests/init.pp @@ -2,8 +2,7 @@ class workstation { package {['rclone', 'sshpass', 'python3-pip', 'xclip']:} if ($facts['os']['family'] == 'Debian') { - # make nextcloud-desktop a separate class - package {['nextcloud-desktop', 'gnome-shell-extension-appindicator']:} + package {['gnome-shell-extension-appindicator']:} file {'/etc/apt/keyrings/packages.mozilla.org.asc': content => @(EOT) -- cgit v1.2.3