diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nas/share.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nas/share.pp b/manifests/nas/share.pp index 705e013..23d8c6f 100644 --- a/manifests/nas/share.pp +++ b/manifests/nas/share.pp @@ -10,6 +10,7 @@ define nodo::nas::share( $nfs_export_options = 'ro,sync,no_subtree_check', $samba_guest_only = true, $samba_guest_ok = true, + $samba_force_user = '', $samba_force_group = '', $samba_read_only = '', $samba_create_mask = '0644', |