puppetlabs-rsync icon indicating copy to clipboard operation
puppetlabs-rsync copied to clipboard

rsync module

Results 19 puppetlabs-rsync issues
Sort by recently updated
recently updated
newest added

This adds a parameter to set the "fake super" option in rsyncd.conf. It can be set both globally and per-module.

This allows passing a password to rsync using the RSYNC_PASSWORD environment variable.

This prevents issues if the package resource is already ensured at another place.

This is to avoid a puppet-lint warning (relative_classname_inclusion)

/home/${user}/.ssh/id_rsa may not exist if $user does not exist locally. It could also not be the right choice, depending on ssh configuration and $execuser. If no key file is specified,...

tests-fail

Allows rsync to skip compression on file types that don't compress well such as already compressed files and binary files.

Allow address to be undef so that rsyncd can listen on all interfaces useful for IPv4/IPv6 dual stack boxes where you want the daemon to listen on both simultaneously. By...

I needed access to nice and ionice levels on my Debian rsync server. Templatized the defaults file so that these were accessible. Also added nice to xinetd service and changed...

Until after v3.0.7, rsync's chmod directives completely ignored octal chmods, only paying attention to "Du+rwx"-style specifiers. When upgrading from rsync v3.0.7 to v3.0.10, I hit an issue wherein rsynced directories...

backwards-incompatible