fuel-library/deployment/puppet/rsync/CHANGELOG
Stanislaw Bogatkin a11e8ffd2d Sync puppet module rsync to v0.3.0 from upstream
v0.3.0 sha1: d0707c4ae3674b63c2193c0012ceb9fa90ed41b6
Repo link: https://github.com/puppetlabs/puppetlabs-rsync
Implements: blueprint merge-openstack-puppet-modules

Change-Id: I873975f11ad5d839c5a52c2c3301b1f63fe92f5f
2014-06-26 20:08:21 +04:00

23 lines
623 B
Plaintext

* 2014-06-18 0.3.0
Features:
- Added rsync::put defined type.
- Added 'recursive', 'links', 'hardlinks', 'copylinks', 'times' and 'include'
parameters to rsync::get.
- Added 'uid' and 'gid' parameters to rsync::server
- Improved support for Debian
- Added 'exclude' parameter to rsync::server::module
Fixes:
- Added /usr/local/bin to path for the rsync command exec.
* 2013-01-31 0.2.0
- Added use_chroot parameter.
- Ensure rsync package is installed.
- Compatability changes for Ruby 2.0.
- Added execuser parameter to run command as specified user.
- Various typo and bug fixes.
* 2012-06-07 0.1.0
- Initial release