]> git.openstreetmap.org Git - chef.git/commitdiff
rsync: do not compress xz and pbf files
authorGrant Slater <git@firefishy.com>
Thu, 14 Feb 2019 19:09:57 +0000 (19:09 +0000)
committerGrant Slater <git@firefishy.com>
Thu, 14 Feb 2019 19:09:57 +0000 (19:09 +0000)
cookbooks/rsyncd/templates/default/rsyncd.conf.erb

index 063ac49d701c96c4e54d6f0c52330f2962511922..73b6dbe4d342f9b6178df56d42846d1fdbc75fb5 100644 (file)
@@ -39,5 +39,5 @@
 <% unless @hosts_deny[name].empty? -%>
      hosts deny = <%= @hosts_deny[name].sort.join(",") %>
 <% end -%>
-     dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz *.7z
+     dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz *.7z *.xz *.pbf
 <% end -%>