Elukey has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/315047

Change subject: Fix wrong Pivot dependency in its puppet class
......................................................................

Fix wrong Pivot dependency in its puppet class

Bug: T138262
Change-Id: I02f7b1790755506f40b405fb17ddbd9a86e4662a
---
M modules/pivot/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/47/315047/1

diff --git a/modules/pivot/manifests/init.pp b/modules/pivot/manifests/init.pp
index 1db06d9..d175968 100644
--- a/modules/pivot/manifests/init.pp
+++ b/modules/pivot/manifests/init.pp
@@ -78,7 +78,7 @@
         ensure  => present,
         systemd => true,
         require => [
-            Scap['analytics/pivot/deploy'],
+            Scap::Target['analytics/pivot/deploy'],
             File['/etc/firejail/pivot.profile'],
             User['pivot'],
             Systemd::Syslog['pivot'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I02f7b1790755506f40b405fb17ddbd9a86e4662a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to