Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
bschonec committed Jan 19, 2024
1 parent 38fe02c commit ab296c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ samba::shares:
writable: true
create_mask: '1777'
directory_mask: '1777'
samba::idmap_config:
'*':
backend: 'tdb'
```
## Dependencies
Expand Down
3 changes: 3 additions & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ samba::kerberos_method: null
samba::dedicated_keytab_file: null
samba::obey_pam_restrictions: false
samba::idmap_config: {}
samba::idmap_config:
'*':
backend: 'tdb'
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
# TODO
# @param shares
# TODO
# @param idmap_config
# TODO

class samba (
Struct[{
Expand Down

0 comments on commit ab296c3

Please sign in to comment.