Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Sangoma #293

Open
hboetes opened this issue Jan 22, 2023 · 1 comment
Open

Add support for Sangoma #293

hboetes opened this issue Jan 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@hboetes
Copy link

hboetes commented Jan 22, 2023

Please add this patch to add support for Sangoma, which is a redhat clone for running freepbx.

diff --git a/metadata.json b/metadata.json
index dc8c09b..185b75c 100644
--- a/metadata.json
+++ b/metadata.json
@@ -46,6 +46,13 @@
         "9"
       ]
     },
+    {
+      "operatingsystem": "Sangoma",
+      "operatingsystemrelease": [
+        "7",
+        "8"
+      ]
+    },
     {
       "operatingsystem": "Scientific",
       "operatingsystemrelease": [
@jhoblitt
Copy link
Member

Adding support for a new operating system requires repo metadata. Please take a look at the files under this path for an example of what is required. https://github.com/voxpupuli/puppet-yum/tree/master/data/os/RedHat

@jhoblitt jhoblitt added the enhancement New feature or request label Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants