aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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 #16 from tomas-edwardsson/expect_quotingAdam Jahn
Proper tcl quoting for password in expect
2014-01-10Merge pull request #17 from gnieark/masterAdam Jahn
samba's service name for debian
2014-01-10Merge pull request #18 from cdepner/optional_interfacesAdam Jahn
The parameter $bind_interfaces_only is now settable
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-10enabling installation of samba account checking/creation shell scriptsjonoterc
2014-01-10adding a shell script for checking whether a samba account exists for a ↵jonoterc
given user will be leveraged by a puppet class; only tested against Ubuntu 12.04
2014-01-10adding shell script for creating a new smb accountjonoterc
will be leveraged by a puppet class; only tested against Ubuntu 12.04
2014-01-07Merge pull request #19 from megabass/augeas_runtime_optimizationAdam Jahn
FIX: augeas runtime optimization (~4 sec per augeas resource)
2014-01-03FIX: augeas runtime optimization (~4 sec per augeas resource)Vladislav Nazarenko
2013-11-11The parameter is now settableChristian Depner
2013-09-26Update service.ppgnieark