Skip to content

Commit

Permalink
(profile::ccs::graphical) drop zoom rpm and deps
Browse files Browse the repository at this point in the history
This was never a good way to install it, and the version was pretty old.
I find zoom in a web browser works better on Linux anyway.
  • Loading branch information
glennmorris committed May 23, 2024
1 parent 2de399f commit 5ae47c7
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions site/profile/manifests/ccs/graphical.pp
Original file line number Diff line number Diff line change
Expand Up @@ -72,24 +72,7 @@
}

if $officeapps {
ensure_packages(['libreoffice-base', 'ibus-m17n', 'libXScrnSaver'])

$zoomrpm = 'zoom.x86_64.rpm'
$zoomfile = "/var/tmp/${zoomrpm}"

archive { $zoomfile:
ensure => present,
source => "${profile::ccs::common::pkgurl}/${zoomrpm}",
username => $profile::ccs::common::pkgurl_user.unwrap,
password => $profile::ccs::common::pkgurl_pass.unwrap,
}

## TODO use a local yum repository?
package { 'zoom':
ensure => 'installed',
provider => 'rpm',
source => $zoomfile,
}
ensure_packages(['libreoffice-base'])

include 'google_chrome'
}
Expand Down

0 comments on commit 5ae47c7

Please sign in to comment.