Faidon has uploaded a new change for review. https://gerrit.wikimedia.org/r/71588
Change subject: rsync: there is no group nobody, it's nogroup ...................................................................... rsync: there is no group nobody, it's nogroup At least in Debian-based systems. This module gets worse and worse, someone should really rewrite this whole thing from scratch :) Change-Id: I2a622cf9a4c764c5f2105f82e710aac46a93cf03 --- M modules/rsync/templates/header.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/88/71588/1 diff --git a/modules/rsync/templates/header.erb b/modules/rsync/templates/header.erb index 2c8974f..358ae5b 100644 --- a/modules/rsync/templates/header.erb +++ b/modules/rsync/templates/header.erb @@ -2,7 +2,7 @@ # DO NOT EDIT uid = nobody -gid = nobody +gid = nogroup use chroot = <%= use_chroot %> <% if log_file != 'UNSET' %>log file = <%= log_file %><% end %> log format = %t %a %m %f %b -- To view, visit https://gerrit.wikimedia.org/r/71588 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2a622cf9a4c764c5f2105f82e710aac46a93cf03 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
