Alex Monk has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/372495 )

Change subject: Followup Ia5d07908: Fix sentry class's base::service_unit to 
require correct resource class
......................................................................

Followup Ia5d07908: Fix sentry class's base::service_unit to require correct 
resource class

Bug: T173554
Change-Id: I95d185b6e7a64d9cccda64339573d61f0a8afb43
---
M modules/sentry/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/95/372495/1

diff --git a/modules/sentry/manifests/init.pp b/modules/sentry/manifests/init.pp
index 9882aaa..49e1ac1 100644
--- a/modules/sentry/manifests/init.pp
+++ b/modules/sentry/manifests/init.pp
@@ -118,7 +118,7 @@
     base::service_unit { 'sentry':
         systemd   => true,
         subscribe => File['/etc/sentry.conf.py'],
-        require   => Base::Service_unit['sentry-worker'],
+        require   => Systemd::Service['sentry-worker'],
     }
 
     nginx::site { 'sentry':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I95d185b6e7a64d9cccda64339573d61f0a8afb43
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alex Monk <kren...@gmail.com>

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

Reply via email to