]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding missing samba_force_user parameter to nodo::nas::share
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Aug 2013 21:02:39 +0000 (18:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 23 Aug 2013 21:02:39 +0000 (18:02 -0300)
manifests/nas/share.pp

index 705e013050b1a138d642d930ca5cf00b9dc4567e..23d8c6fbd8c2bf8d119079a1c9e42d44ac0f0ac7 100644 (file)
@@ -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',