diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-19 00:57:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-19 00:57:31 -0300 |
commit | f02b82e6c28e34c102e6ed8f5dfc798c42c6592d (patch) | |
tree | 43f3e4edc5ac77f16066f9c999871b56f1de69de /manifests/nas | |
parent | b94f82be187be2d6591371d07c0392b1ed0ce1f2 (diff) | |
download | puppet-nodo-f02b82e6c28e34c102e6ed8f5dfc798c42c6592d.tar.gz puppet-nodo-f02b82e6c28e34c102e6ed8f5dfc798c42c6592d.tar.bz2 |
Samba guest account now is a global parameter
Diffstat (limited to 'manifests/nas')
-rw-r--r-- | manifests/nas/share.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/nas/share.pp b/manifests/nas/share.pp index 9135461..1aec898 100644 --- a/manifests/nas/share.pp +++ b/manifests/nas/share.pp @@ -10,7 +10,6 @@ define nodo::nas::share( $nfs_export_options = 'ro,sync,no_subtree_check', $samba_guest_only = true, $samba_guest_ok = true, - $samba_guest_account = '', $samba_force_user = '', $samba_force_group = '', $samba_read_only = '', |