Hoo man has uploaded a new change for review.

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

Change subject: Enable the wdqs service per default
......................................................................

Enable the wdqs service per default

No point in not having that.

Bug: T116673
Change-Id: I6b82a5f0b057a77f7ff031d112d442e3af43a8fb
---
M modules/wdqs/manifests/service.pp
1 file changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/05/249005/1

diff --git a/modules/wdqs/manifests/service.pp 
b/modules/wdqs/manifests/service.pp
index 9f98fac..3ba5e9d 100644
--- a/modules/wdqs/manifests/service.pp
+++ b/modules/wdqs/manifests/service.pp
@@ -51,8 +51,11 @@
 
     # Blazegraph service
     base::service_unit { 'wdqs-blazegraph':
-        template_name => 'wdqs-blazegraph',
-        systemd       => true,
-        upstart       => true,
+        template_name  => 'wdqs-blazegraph',
+        systemd        => true,
+        upstart        => true,
+        service_params => {
+            enable     => true,
+        }
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b82a5f0b057a77f7ff031d112d442e3af43a8fb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hoo man <[email protected]>

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

Reply via email to