- Fixed bug introduced by new version of winbind on RHEL 7.8
- Limited testing to Puppet 5
- Fixed syntax error in the join domain scripts
- Added task and plan for joining a domain using Bolt
- Added example files in the
examples
folder - Reworked the README a bit
- Added two facts contributed by Jeff Levesque
- Updated again with modulesync
- First run at using modulesync
- Stopped testing against Puppet 3
- Started testing against Puppet 5
- Updated the CHANGELOG
- Addressed issue #12 where the
winbind
service would fail to start if the samba-winbind package is updated to v4.6 via Puppet before kerberos packages are updated by changingpackage_ensure
topresent
by default.
- Added additional puppet-lint tests
- Fixed 3 issues identified by new puppet-lint tests
- Fixed typo in README
- Merged in PR #3 to help future proof version comparisons in
service.pp
- Added support for configuring SMB shares since we already manage
smb.conf
- Added a test on Travis CI that includes 3.x and the future parser
- Fixed issue where the Puppet 4.x build on Travis CI failed due to a gem's version being incorrect
- Added support for SUSE (thanks Jake Spain)
- This release was pulled from the Forge due to errors fixed in 1.1.1
- Added support for toggling service management and overriding the package ensure setting (thanks Adam Stephens)
- Added a full test suite and Travis-CI support
- Updated manifests for Puppet 4 support
- Updated to better support RHEL 5
- Cleaned up parameters
- Puppet Forge didn't like having Samba listed in the metadata.json file...
- Added a change log
- Updated README
- Worked with Puppet Labs and changed my username on Puppet Forge to all lower case
- Initial working version