aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-08Merge pull request #45 from ibannieto/maptoguestAdam Jahn
Map to guest
2015-10-06README.md fixedIban Nieto
2015-10-06Add 'map to guest' global optionIban Nieto
2015-08-18Merge pull request #44 from thehyve/acl_allocation_optionsAdam Jahn
Add 'map acl inherit', 'store dos attributes' and 'strict allocate' options
2015-08-17Add 'map acl inherit', 'store dos attributes' and 'strict allocate' optionsJan Kanis
2015-07-30Merge pull request #43 from thehyve/netbios_nameAdam Jahn
Add 'netbios name' option
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-23Merge pull request #42 from thehyve/nmbdAdam Jahn
Also start nmbd on ubuntu (and other systems that split out smbd and nmbd service configuration files)
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-18Merge pull request #40 from thehyve/some_more_optionsAdam Jahn
Add kernel oplocks and pam password change options
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-13test that Linux os's that aren't gentoo raise anAdam Jahn
error
2015-04-13more specs for samba::serverAdam Jahn
use short hand for path to get specs passing
2015-04-12fix test to support ruby 1.8.7Adam Jahn
2015-04-12don't lint for now due to puppet-lint issue #339Adam Jahn
2015-04-12we're only testing samba server at this pointAdam Jahn
2015-04-12remove superfluous curly brace in smoke testAdam Jahn
2015-04-11Update readmeAdam Jahn
2015-04-11setup travisAdam Jahn
2015-04-11first set of specsAdam Jahn
2015-04-11[blacksmith] Bump version to 0.3.2Adam Jahn
2015-04-11fix syntax errorAdam Jahn
2015-04-11[blacksmith] Bump version to 0.3.1Adam Jahn
2015-04-11Bump versionAdam Jahn
2015-04-11remove old module fileAdam Jahn
2015-04-11include dependencies in metadata.jsonAdam Jahn
2015-04-11Start migrating to metadata.jsonAdam Jahn
2015-04-11lint formattingAdam Jahn
2015-04-11remove whitespaceAdam Jahn
2015-04-11setup linting and testingAdam Jahn
2014-12-04Merge pull request #34 from kaistian/hide-unreadableAdam Jahn
Added hide unreadable option to shares
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-14Merge pull request #29 from honzik666/future-parser-fixesAdam Jahn
Future parser fixes
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-04-02bump version for releaseAdam Jahn
2014-04-02Merge pull request #26 from naioja/minor-optionsAdam Jahn
adding several minor options to server.pp and shares.pp
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-20Merge pull request #23 from megabass/samba_server_optionAdam Jahn
moved set_samba_option to own file an renamed it to samba::server::option
2014-01-19Support op_locks and write_listsNiklaus Giger