File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -942,6 +942,21 @@ rpm_package_repos:
942
942
sync_group: third_party
943
943
distribution_name: ondemand-web-el9-
944
944
945
+ # Non-distro-specific RPMs
946
+ # TurboVNC
947
+ - name: TurboVNC
948
+ url: https://packagecloud.io/dcommander/turbovnc/rpm_any/rpm_any/x86_64
949
+ base_path: turbovnc/x86_64/
950
+ short_name: turbovnc
951
+ sync_group: third_party
952
+ distribution_name: turbovnc-
953
+ - name: TurboVNC - source
954
+ url: https://packagecloud.io/dcommander/turbovnc/rpm_any/rpm_any/SRPMS
955
+ base_path: turbovnc/srpms/
956
+ short_name: turbovnc-source
957
+ sync_group: third_party
958
+ distribution_name: turbovnc-source-
959
+
945
960
# Default filter string for RPM package repositories.
946
961
rpm_package_repo_filter: ""
947
962
You can’t perform that action at this time.
0 commit comments