aboutsummaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2017-12-30Updates service names for DebianHEADmasterSilvio Rhatto
2016-07-11Fix indentationAdam Jahn
2016-07-10re-implement guest account on the share levelAdam Jahn
2016-07-10Add msdfs_root paramter to shareJohn Hodrien
2016-07-10keep default in a consistent order in conditionalsAdam Jahn
2016-07-10Add option for setting printer name on a sharePete Brown
2016-07-10Fix option name for delete readonlyPete Brown
2016-07-10Add option to set delete readonly on a sharePete Brown
2016-07-10Add option to set inherit acls on a sharePete Brown
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-22Merge pull request #54 from jirgn/feature_shares_and_users_via_hieraAdam Jahn
Feature shares and users via hiera
2016-02-22added param users for use in hieraJirgn Mssnr
added tests for samba::server::users
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-09added share config via hieraJirgn Mssnr
2016-02-05Convert tabs to spaces to comply style-guideChristian Döring
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-12-07clean whitespaceAdam Jahn
2015-10-09Fix the rest of the options with _ inDavid Sheldon
Having read man smb.conf, none of these options should have _ in the resulting option name.
2015-10-09Fix "load printers" setting nameDavid Sheldon
Samba doesn't seem to understand "load_printers", it's "load printers" instead. Ignoring unknown parameter "load_printers"
2015-10-08Merge pull request #33 from seanscottking/patch-2Adam Jahn
Remove "Check winbind service" from log output
2015-10-06Add 'map to guest' global optionIban Nieto
2015-08-17Add 'map acl inherit', 'store dos attributes' and 'strict allocate' optionsJan Kanis
2015-07-30Add 'netbios name' optionJan Kanis
2015-07-23Merge pull request #41 from thehyve/os_levelAdam Jahn
Add 'os level' and 'preferred master' global options
2015-07-22Also start nmbd on ubuntu (and other systems that split out smbd and nmbd ↵Jan Kanis
service configuration files)
2015-07-22Add 'os level' and 'preferred master' global optionsJan Kanis
2015-07-18Merge pull request #39 from CollabNet/linksAdam Jahn
Adding follow symlinks and wide links to the options for shares
2015-07-14Add kernel oplocks and pam password change optionsJan Kanis
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-13more specs for samba::serverAdam Jahn
use short hand for path to get specs passing
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