Ottomata has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/392884 )

Change subject: Move dataset_mount class out of statistics::compute
......................................................................


Move dataset_mount class out of statistics::compute

We want explorer to use statistics::compute class

Bug: T181094
Change-Id: I1a32361b31b8e52a244be7b2133bbffb5501a66b
---
M modules/profile/manifests/statistics/cruncher.pp
M modules/profile/manifests/statistics/private.pp
M modules/statistics/manifests/compute.pp
3 files changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/modules/profile/manifests/statistics/cruncher.pp 
b/modules/profile/manifests/statistics/cruncher.pp
index 2ad01aa..eb87354 100644
--- a/modules/profile/manifests/statistics/cruncher.pp
+++ b/modules/profile/manifests/statistics/cruncher.pp
@@ -17,6 +17,7 @@
 
     # include stuff common to statistics compute nodes
     include ::statistics::compute
+    include ::statistics::dataset_mount
 
     # This file will render at
     # /etc/mysql/conf.d/researchers-client.cnf.
diff --git a/modules/profile/manifests/statistics/private.pp 
b/modules/profile/manifests/statistics/private.pp
index cb03098..7c77610 100644
--- a/modules/profile/manifests/statistics/private.pp
+++ b/modules/profile/manifests/statistics/private.pp
@@ -18,6 +18,7 @@
 
     # include stuff common to statistics compute nodes
     include ::statistics::compute
+    include ::statistics::dataset_mount
 
     # This file will render at
     # /etc/mysql/conf.d/statistics-private-client.cnf.
diff --git a/modules/statistics/manifests/compute.pp 
b/modules/statistics/manifests/compute.pp
index 9699126..0b76013 100644
--- a/modules/statistics/manifests/compute.pp
+++ b/modules/statistics/manifests/compute.pp
@@ -5,7 +5,6 @@
     Class['::statistics']       -> Class['::statistics::compute']
     Class['::statistics::user'] -> Class['::statistics::compute']
 
-    include ::statistics::dataset_mount
     include ::statistics::packages
 
     $working_path = $::statistics::working_path

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1a32361b31b8e52a244be7b2133bbffb5501a66b
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <ao...@wikimedia.org>
Gerrit-Reviewer: Ottomata <ao...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to