Faidon has submitted this change and it was merged.

Change subject: Disambiguate scope of included 'eventlogging' class
......................................................................


Disambiguate scope of included 'eventlogging' class

Change-Id: I194095b41a662c5e08c3cfb50af197b180f7b263
---
M manifests/role/logging.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Faidon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/logging.pp b/manifests/role/logging.pp
index 9922dfd..1dc4200 100644
--- a/manifests/role/logging.pp
+++ b/manifests/role/logging.pp
@@ -238,7 +238,7 @@
                description => 'EventLogging log collector',
        }
 
-       class{ "eventlogging":
-               archive_destinations => [ "stat1.wikimedia.org" ],
+       class { '::eventlogging':
+               archive_destinations => [ 'stat1.wikimedia.org' ],
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/61594
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I194095b41a662c5e08c3cfb50af197b180f7b263
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Faidon <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to