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

Spaces in parameter names aren't handled properly #63

Open
simpz opened this issue Oct 29, 2024 · 0 comments
Open

Spaces in parameter names aren't handled properly #63

simpz opened this issue Oct 29, 2024 · 0 comments

Comments

@simpz
Copy link

simpz commented Oct 29, 2024

If you have spaces in multi word parameters this module doesn't replace them, even though they perform an identical function.
You just end up with duplicate entries.

e.g.


passdb  backend = tdbsam

   map to guest = Never
   passdb backend = tdbsam

The original file had a double space between "passdb" and "backend", so they are treated as different options and you get a duplicate.

I have submitted a PR to handle idmap config, which is easier to handle around the colon:
https://github.com/rehanone/puppet-samba/pull/62/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant