diff options
| author | Alex <alex.corcoles@veecle.io> | 2025-02-28 18:09:23 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-02-28 18:17:51 +0100 |
| commit | 7e4bc66f01e54f0717fa0ba28a0fc424621be9f0 (patch) | |
| tree | aba6f254793b0975ddc14542d631c5e21932b44e /personal_infra | |
| parent | eef3ac26b311b90dcf81accffe3d32d84b91e488 (diff) | |
Add note about nextcloud-desktop
Diffstat (limited to 'personal_infra')
| -rw-r--r-- | personal_infra/puppet/modules/workstation/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/personal_infra/puppet/modules/workstation/manifests/init.pp b/personal_infra/puppet/modules/workstation/manifests/init.pp index 07572d01..eb882173 100644 --- a/personal_infra/puppet/modules/workstation/manifests/init.pp +++ b/personal_infra/puppet/modules/workstation/manifests/init.pp @@ -2,6 +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']:} file {'/etc/apt/keyrings/packages.mozilla.org.asc': |
