diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-05 23:49:57 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-05 23:49:57 -0300 | 
| commit | f4900a357887257ee97e7e1bb9e73ed1f7cbb0fd (patch) | |
| tree | 5c2ef08eba8a3249e1fea05683a6ea1d8df625b4 /manifests | |
| parent | f2716d1d3a895dae289ab656f6c69f0540b8db3d (diff) | |
| download | puppet-nodo-f4900a357887257ee97e7e1bb9e73ed1f7cbb0fd.tar.gz puppet-nodo-f4900a357887257ee97e7e1bb9e73ed1f7cbb0fd.tar.bz2 | |
Syntax fixes
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 | 
