I am creating a large rsync, and in this one case, I don't want puppet doing file backup. rsync::get { '/opt/large_rsync': source => "/nfs/opt/mylargefileset", before => File['/opt/resource'], backup => false, }
doesn't work... Is there a way short of disabling file backups for all files? The docs for rsync don't really discuss it triggering puppet's filebuckets, and the file resource discussion of backup seems to imply you can use it for individual files or for all, but not really how it plays with the rsync module. I'm referring to https://forge.puppet.com/puppetlabs/rsync ... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/70cc277b-b974-442f-a7af-c04641dd18f4%40googlegroups.com.