Cdentinger has uploaded a new change for review.

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

Change subject: WIP add dash to crm role
......................................................................

WIP add dash to crm role

Suffering from unrelated vagrant provision error:

Error: Could not prefetch package provider 'pip': [nil, nil, nil, nil,
nil, nil, nil, nil, nil, nil, nil]

Only web suggestion was `easy_install pip` which didn't help.

Bug: T99869
Change-Id: I11bbb03e62c844b4abfccb5155b43bbbef969098
---
A puppet/modules/crm/manifests/dash.pp
M puppet/modules/crm/manifests/init.pp
2 files changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/15/325515/1

diff --git a/puppet/modules/crm/manifests/dash.pp 
b/puppet/modules/crm/manifests/dash.pp
new file mode 100644
index 0000000..faf058c
--- /dev/null
+++ b/puppet/modules/crm/manifests/dash.pp
@@ -0,0 +1,13 @@
+# == Class: crm::dash
+#
+# Fundraising dashboard
+#
+class crm::dash (
+) {
+    include ::crm
+
+    git::clone { 'dash':
+        directory => "/srv/dash",
+        remote => "g...@github.com:wikimedia/wikimedia-fundraising-dash.git"
+    }
+}
diff --git a/puppet/modules/crm/manifests/init.pp 
b/puppet/modules/crm/manifests/init.pp
index df53a6c..6260902 100644
--- a/puppet/modules/crm/manifests/init.pp
+++ b/puppet/modules/crm/manifests/init.pp
@@ -37,6 +37,7 @@
     include ::postfix
     include ::crm::apache
     include ::crm::civicrm
+    include ::crm::dash
     include ::crm::tools
     include ::activemq
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I11bbb03e62c844b4abfccb5155b43bbbef969098
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Cdentinger <cdentin...@wikimedia.org>

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

Reply via email to