Skip to content

Commit

Permalink
added Zoom for debian Linux (#24650)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhouchins authored Dec 11, 2024
1 parent 7ecd6d9 commit f2762cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions it-and-security/lib/linux/queries/all-debian-hosts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: query
spec:
name: All debian hosts
query: SELECT * FROM os_version WHERE platform_like = 'debian';
platform: "darwin"
4 changes: 4 additions & 0 deletions it-and-security/lib/linux/software/zoom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
url: https://zoom.us/client/6.2.11.5069/zoom_amd64.deb
self-service: true
pre_install_query:
path: ./queries/all-debian-hosts.yml

0 comments on commit f2762cf

Please sign in to comment.