From: Silvio Rhatto Date: Sat, 6 Apr 2013 02:49:57 +0000 (-0300) Subject: Syntax fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f4900a357887257ee97e7e1bb9e73ed1f7cbb0fd;p=puppet-nodo.git Syntax fixes --- 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