diff options
| author | alex <alex@pdp7.net> | 2024-10-05 11:38:46 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-10-05 11:40:14 +0200 |
| commit | da5a6f03b84c163254d70e3a5d37c6c5d6e61ca2 (patch) | |
| tree | 6b912bb4e38e6f66a738932555c7f357cc4e4f57 /personal_infra/puppet/modules/workstation | |
| parent | 7bd7ae7d1830d1c7c196ad70542951cad3f467c0 (diff) | |
Add nextcloud-desktop
Diffstat (limited to 'personal_infra/puppet/modules/workstation')
| -rw-r--r-- | personal_infra/puppet/modules/workstation/manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/personal_infra/puppet/modules/workstation/manifests/init.pp b/personal_infra/puppet/modules/workstation/manifests/init.pp index 177fcf23..c8e8d1a5 100644 --- a/personal_infra/puppet/modules/workstation/manifests/init.pp +++ b/personal_infra/puppet/modules/workstation/manifests/init.pp @@ -2,6 +2,8 @@ class workstation { package {['pipx', 'rclone', 'rsync', 'sshpass', 'bash-completion', 'python3-pip']:} if ($facts['os']['family'] == 'Debian') { + package {['nextcloud-desktop']:} + file {'/etc/apt/keyrings/packages.mozilla.org.asc': content => @(EOT) -----BEGIN PGP PUBLIC KEY BLOCK----- |
