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 'samba::additional_config' option #52

Merged
merged 1 commit into from
Jun 28, 2024

Commits on Jun 21, 2024

  1. Add 'samba::additional_config' option

    This allows the user of the module to specify arbitrary server
    configuration options. For example, in hiera:
    
        samba::additional_config:
          server_multi_channel_support: yes
          aio_read_size: 1
          aio_write_size: 1
          min_receivefile_size: 16384
    
    This would write the following to /etc/samba/smb.conf:
    
        server multi channel support = yes
        aio read size = 1
        aio write size = 1
        min receivefile size = 16384
    parkr committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3169add View commit details
    Browse the repository at this point in the history