BUG FIXES
- Fix incorrect module paths in sys::bash (Andrew Forgue https://github.com/ajf)
IMPROVEMENTS
- Fix rsync on Linux (Matt Dainty [email protected]).
IMPROVEMENTS
- Use ensure_packages to install unzip (Kyle Williams [email protected]).
- Support Suse in sys::luks (Sven Büsing [email protected]).
BUG FIXES
- Fix undefined variables (Joshua Spence [email protected]).
IMPROVEMENTS
- Use ensure_packages to install wget.
IMPROVEMENTS
- Add support for RHEL7 (GH-11).
- Update name of cryptsetup package for RHEL7 (GH-16)
FEATURES
- Add SSH host and key exchange algorithm parameters (GH-8).
IMPROVEMENTS
- Fix various linting issues in manifests (GH-9).
- Validate SSH parameters (GH-8).
- Upgrade to Git 2.5.0 on windows platforms (GH-7).
- Enable
source
parameter for allsys::iptables
protocol classes. sys::apt::sources
is now an ensurable resource.sys::inifile
improvements (GH-6).
BUG FIXES
- Ed22519 host keys are actually supported on Ubuntu 14 / Debian 7 on up.
FEATURES:
- Add
sys::openbsd::disk
defined type for partioning and formatting OpenBSD disk devices.
IMPROVEMENTS:
- Add support for pflow devices to
sys::openbsd::interface
. - Clean up
sys::ssh::config
andsys::ssh::service
. - Use native service resources for SSH on OpenBSD 5.7+.
BUG FIXES:
- Fix
sys::screen
package parameters for OpenBSD 5.7.
IMPROVEMENTS:
- Updates for OpenBSD manifests (GH-4)
BUG FIXES:
- SELinux template location fix from Bill Weiss (GH-5)