Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-08 | implement helpers and reduce test duplication | Adam Jahn | |
2016-07-08 | Merge pull request #63 from powerhome/feature/root_preexec | Adam Jahn | |
Adding the option for setting root preexec on a share | |||
2016-07-08 | Add tests for the rest of the options | Pete Brown | |
2016-07-06 | Adding tests for more share settings | Pete Brown | |
2016-07-06 | Fix requires and notify | Pete Brown | |
2016-07-06 | Initial tests for samba::share | Pete Brown | |
2016-07-02 | Adding the option for setting root preexec on a share | Pete Brown | |
2016-07-01 | Merge pull request #61 from toelke/master | Adam Jahn | |
Add parameter to disable automatic join of domain | |||
2016-07-01 | Pin json_pure below 2.0.0 for 1.8.7 support | Adam Jahn | |
2016-07-01 | add spec for disable/enable join | Philipp Toelke | |
refs ajjahn/puppet-samba#61 | |||
2016-07-01 | fix templates so that specs can use them; | Philipp Toelke | |
2016-06-09 | Add parameter to disable automatic join of domain | Philipp Tölke | |
2016-03-14 | Merge pull request #55 from HielkeJ/master | Adam Jahn | |
Add option hide dot files to share. | |||
2016-03-09 | Select older version of rake for the test. | Hielke Jager | |
The newest version is missing the last_comment method. | |||
2016-03-09 | And add the last , | Hielke Jager | |
2016-03-09 | [TASK] Change spec to check for hide_dot_files in share. | Hielke Jager | |
2016-03-05 | Add option hide dot files to share. | root | |
2016-02-22 | Merge pull request #54 from jirgn/feature_shares_and_users_via_hiera | Adam Jahn | |
Feature shares and users via hiera | |||
2016-02-22 | added param users for use in hiera | Jirgn Mssnr | |
added tests for samba::server::users | |||
2016-02-22 | added test for share definition in via samba::server | Jirgn Mssnr | |
2016-02-15 | Merge pull request #53 from dnlsng/fix-force_directory_mode | Adam Jahn | |
Fix name of 'force directory mode' option | |||
2016-02-15 | Fix name of 'force directory mode' option | Daniel 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-09 | added share config via hiera | Jirgn Mssnr | |
2016-02-05 | Convert tabs to spaces to comply style-guide | Christian Döring | |
2016-02-05 | Enable global guest-account setting | Christian Döring | |
2016-01-22 | Merge pull request #49 from alexjfisher/remove_add_check_user_scripts | Adam Jahn | |
Remove add/check user scripts | |||
2016-01-22 | Remove check_samba_user and add_samba_user scripts | Alexander Fisher | |
Call the pdbedit commands directly from samba::server::user instead | |||
2016-01-22 | Remove spec/fixtures/manifests/init.pp | Alexander Fisher | |
2016-01-22 | Remove Gemfile.lock and add to .gitignore | Alexander Fisher | |
2015-12-07 | [blacksmith] Bump version to 0.4.1 | Adam Jahn | |
2015-12-07 | bump minor version | Adam Jahn | |
2015-12-07 | update readme | Adam Jahn | |
2015-12-07 | lint ads | Adam Jahn | |
2015-12-07 | here too! | Adam Jahn | |
2015-12-07 | hash uses rocket in 1.8.7, duh. | Adam Jahn | |
2015-12-07 | fix syntax Gemfile for 1.8.7 | Adam Jahn | |
2015-12-07 | lint! | Adam Jahn | |
2015-12-07 | update puppet lint to fix whitespace bug | Adam Jahn | |
2015-12-07 | update metadata to include all supported os’s | Adam Jahn | |
2015-12-07 | tested => supports | Adam Jahn | |
2015-12-07 | update os support in readme | Adam Jahn | |
2015-12-07 | fix 14.04 nodeset | Adam Jahn | |
2015-12-07 | add log dir to gitignore | Adam Jahn | |
2015-12-07 | Add support for Debian 8. closes #47 | Adam Jahn | |
2015-12-07 | clean whitespace | Adam Jahn | |
2015-12-07 | implement acceptance tests | Adam Jahn | |
2015-12-07 | install beaker | Adam Jahn | |
2015-12-07 | Syntax highlight readme | Adam Jahn | |
2015-10-09 | Merge pull request #46 from davidsheldon/patch-1 | Adam Jahn | |
Fix "load printers" setting name | |||
2015-10-09 | Fix the rest of the options with _ in | David Sheldon | |
Having read man smb.conf, none of these options should have _ in the resulting option name. |