Ottomata has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/392884 )

Change subject: Move dataset_mount class out of statistics::compute so exporler 
can use compute class
......................................................................

Move dataset_mount class out of statistics::compute so exporler can use 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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/84/392884/1

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: newchange
Gerrit-Change-Id: I1a32361b31b8e52a244be7b2133bbffb5501a66b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <ao...@wikimedia.org>

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

Reply via email to