aboutsummaryrefslogtreecommitdiff
path: root/manifests/server
AgeCommit message (Collapse)Author
2016-07-10Add options to set iherit permissions on a sharePete Brown
2016-07-10add specs for read list option, closes #68Adam Jahn
2016-07-10Add option to set read list on a sharePete Brown
2016-07-10Add option to add acl group control to a sharePete Brown
2016-07-10Add option to set profile acls on a sharePete Brown
Add specs for profile acls option
2016-07-08No need for these files to be exec ableAdam Jahn
2016-07-06Adding tests for more share settingsPete Brown
2016-07-02Adding the option for setting root preexec on a sharePete Brown
2016-06-09Add parameter to disable automatic join of domainPhilipp Tölke
2016-03-05Add option hide dot files to share.root
2016-02-15Fix name of 'force directory mode' optionDaniel Sung
Previously the class was setting a value for 'force directory mask' which was getting ignored by samba. Running testparm -v would give: Unknown parameter encountered: "force directory mask" Ignoring unknown parameter "force directory mask" The correct option name is 'force directory mode' according to the man page.
2016-02-05Enable global guest-account settingChristian Döring
2016-01-22Remove check_samba_user and add_samba_user scriptsAlexander Fisher
Call the pdbedit commands directly from samba::server::user instead
2015-12-07lint adsAdam Jahn
2015-12-07lint!Adam Jahn
2015-12-07Add support for Debian 8. closes #47Adam Jahn
2015-10-08Merge pull request #33 from seanscottking/patch-2Adam Jahn
Remove "Check winbind service" from log output
2015-08-17Add 'map acl inherit', 'store dos attributes' and 'strict allocate' optionsJan Kanis
2015-07-22Also start nmbd on ubuntu (and other systems that split out smbd and nmbd ↵Jan Kanis
service configuration files)
2015-05-22Adding follow symlinks and wide links to the options for sharesTimothy M Pollard
2015-04-13extract os params to params classAdam Jahn
2015-04-13document classes to satisfy lintingAdam Jahn
2015-04-11fix syntax errorAdam Jahn
2015-04-11lint formattingAdam Jahn
2014-12-03Added hide unreadable option to sharesKai Stian Olstad
2014-12-02Remove "Check winbind service" from log outputsauce@freenode
I really like to keep log output very clean.. This seems unnecessary and it's sticking out like a sore thumb when doing "puppet agent -t"
2014-08-14default statements ordering fixed for future parserJan Čapek
- the default statements have to be always last otherwise they would get always picked by the future parser
2014-08-14samba::server::service - added missing quotesJan Čapek
- the quotes are required for future parser that doesn't automatically stringify any tokens
2014-01-26adding several minor options to server.pp and shares.ppAdrian Joian
2014-01-20Merge pull request #25 from ngiger/masterAdam Jahn
Support op_locks and write_lists
2014-01-19Support op_locks and write_listsNiklaus Giger
2014-01-17moved set_samba_option to own file an renamed it to samba::server::optionVladislav Nazarenko
2014-01-10Dependencies were correctedLebedev Vadim
2014-01-10Merge pull request #13 from artem-sidorenko/masterAdam Jahn
Added archlinux support
2014-01-10Merge pull request #15 from tomas-edwardsson/rhel6adsAdam Jahn
Fix package names for rhel/centos using ads security
2014-01-10Merge pull request #17 from gnieark/masterAdam Jahn
samba's service name for debian
2014-01-10clean up whitespaceAdam Jahn
2014-01-10correcting syntax used to apply "valid users" share configurationjonoterc
2014-01-10correcting variable tested for presence of valid_users inputjonoterc
2014-01-10adding defined type for ensuring presence of a samba account for a given userjonoterc
user is identified by name, and a password must be given in its current state this can only create a user (with a given password), but will not update passwords (would need to figure out how to introspect on whether an in-place password differs from plaintext password input) also, this currently assumes/requires that a Unix user account with a matching name exists
2014-01-10correcting read_only configuration applicationjonoterc
"read only" option was not removable due to "read_only" misspelling
2014-01-10enabling configuration to enumerate users who can access a given sharejonoterc
adding support for "valid users" smbd.conf configuration option to samba::server::share
2014-01-03FIX: augeas runtime optimization (~4 sec per augeas resource)Vladislav Nazarenko
2013-09-26Update service.ppgnieark
2013-09-26Update service.ppgnieark
On debian 7 samba service name is 'samba'
2013-09-01Removed extreneous closing parenthesisTomas Edwardsson
2013-09-01samba-common winbind package for rhel5Tomas Edwardsson
2013-07-30Fix package names for rhel/centos using ads securityTomas Edwardsson
RHEL/CentOS use krb5-workstation instead of krb5-user as well as samba-winbind instead of winbind package names.
2013-07-07Added archlinuxArtem Sidorenko
2013-03-19Add support for Gentoo OSVladimir Rutsky