diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/nas/share.pp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/manifests/nas/share.pp b/manifests/nas/share.pp index b983f4c..beeb059 100644 --- a/manifests/nas/share.pp +++ b/manifests/nas/share.pp @@ -4,10 +4,10 @@ define nodo::nas::share(    $folder,    $dlna_type          = '',    $nfs_export_target  = '127.0.0.1', -  $nfs_export_options = 'ro,sync,no_subtree_check' +  $nfs_export_options = 'ro,sync,no_subtree_check',    $samba_guest_only   = true,    $samba_guest_ok     = true, -  $samba_force_group  = '', +  $samba_force_group  = ''  ) {    # DLNA share | 
