trlinkin / puppet-nsswitch

Puppet module to control /etc/nsswitch.conf file.
Other
2 stars 34 forks source link

Please add support for Sangoma #46

Open hboetes opened 1 year ago

hboetes commented 1 year ago

Sangoma is the RHEL clone which supports freepbx

diff --git a/manifests/params.pp b/manifests/params.pp
index ce19084..03e2146 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -4,7 +4,7 @@
 #
 class nsswitch::params {
   case $facts['operatingsystem'] {
-    /AlmaLinux|CentOS|RedHat|Rocky|Amazon|OEL|OracleLinux|Scientific|CloudLinux/: {
+    /AlmaLinux|CentOS|RedHat|Rocky|Amazon|OEL|OracleLinux|Scientific|CloudLinux|Sangoma/: {
       if versioncmp($facts[operatingsystemmajrelease], '6') > 0 {
         $passwd_default     = ['files','sss']
         $shadow_default     = ['files','sss']