MaxSem has uploaded a new change for review. https://gerrit.wikimedia.org/r/61039
Change subject: Fix EventLogging fail ...................................................................... Fix EventLogging fail Change-Id: I220c06211e6b43d144523311d571cf1098cb74ed --- M modules/eventlogging/manifests/init.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/39/61039/1 diff --git a/modules/eventlogging/manifests/init.pp b/modules/eventlogging/manifests/init.pp index 533fc0c..16b44e0 100644 --- a/modules/eventlogging/manifests/init.pp +++ b/modules/eventlogging/manifests/init.pp @@ -1,6 +1,6 @@ # Collector of analytic events # See <https://wikitech.wikimedia.org/wiki/EventLogging> -class eventlogging( $backup_destinations = [] ) { +class eventlogging( $archive_destinations = [] ) { class { 'eventlogging::supervisor': } class { 'eventlogging::notebook': -- To view, visit https://gerrit.wikimedia.org/r/61039 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I220c06211e6b43d144523311d571cf1098cb74ed Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: MaxSem <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
