saltstack-formulas / samba-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
16 stars 72 forks source link

[BUG] Maintained? #76

Open darkpixel opened 1 year ago

darkpixel commented 1 year ago

I filed bug #73 over two years ago. It's a 2-line change.

Debian Bullseye has been out for over a year, and it's also affected by map.jinja not being up-to-date:

$ git diff origin/master
diff --git a/samba/map.jinja b/samba/map.jinja
index e9021e8..43e32a9 100644
--- a/samba/map.jinja
+++ b/samba/map.jinja
@@ -15,7 +15,8 @@
             'wheezy': 'samba',
             'jessie': 'smbd',
             'stretch': 'smbd',
-            'buster': 'smbd'
+            'buster': 'smbd',
+            'bullseye': 'smbd'
         }, grain='oscodename', default='lenny'),
     },
     'Suse':{
@@ -31,8 +32,8 @@
          'client': 'smbclient',
      },
      'FreeBSD': {
-         'server': 'samba44',
-         'client': 'samba44',
+         'server': 'samba413',
+         'client': 'samba413',
          'service': 'samba_server',
          'config': '/usr/local/etc/smb4.conf',
      },

PR #75 has been sitting unmerged for a year now.

Is this repo still maintained?

Can someone get a commit bit to keep improving samba-formula or is it abandoned and someone needs to fork it?