diff options
| author | Alex <alex.corcoles@veecle.io> | 2025-03-07 17:22:40 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-07 17:27:00 +0100 |
| commit | 67edfadd042c2d21a824a7272ff25fff098452c2 (patch) | |
| tree | 0749da9bd669ae1b009a02169ad39b6f7ed193ab /personal_infra/puppet/modules | |
| parent | 29cdffd55c195f913f93145b25acc7fabbd2e897 (diff) | |
Move nextcloud-desktop to the relevant workstations
Diffstat (limited to 'personal_infra/puppet/modules')
| -rw-r--r-- | personal_infra/puppet/modules/workstation/manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
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) |
