forked from puppetlabs/puppetlabs-rsync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
29 lines (22 loc) · 779 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2014-07-15 Release 0.3.1
Summary:
This release merely updates metadata.json so the module can be uninstalled and
upgraded via the puppet module command.
* 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