Dzahn has uploaded a new change for review.

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

Change subject: outreach/contacts: move out of misc into role
......................................................................

outreach/contacts: move out of misc into role

another file to remove from ./misc/ and in this
case it's so small, it's practically just a role
class anyways (minus the Apache template i guess)
so not even making a module, just moving it to a role

Change-Id: I163d5ac66882079cc1baa717d47b181842d02a0e
---
R manifests/role/contacts.pp
M manifests/site.pp
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/37/178837/1

diff --git a/manifests/misc/outreach.pp b/manifests/role/contacts.pp
similarity index 91%
rename from manifests/misc/outreach.pp
rename to manifests/role/contacts.pp
index 7f4cb76..858c5f1 100644
--- a/manifests/misc/outreach.pp
+++ b/manifests/role/contacts.pp
@@ -1,5 +1,5 @@
 # https://contacts.wikimedia.org | http://en.wikipedia.org/wiki/CiviCRM
-class misc::outreach::civicrm {
+class role::contacts {
 
     system::role { 'misc::outreach::civicrm': description => 
'contacts.wikimedia.org - Drupal/CiviCRM' }
 
diff --git a/manifests/site.pp b/manifests/site.pp
index 2e17127..73b71c6 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -3010,7 +3010,7 @@
     include standard
     include admin
     include role::planet
-    include misc::outreach::civicrm # contacts.wikimedia.org
+    include role::contacts
     include role::etherpad
     include role::wikimania_scholarships
     include role::bugzilla

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I163d5ac66882079cc1baa717d47b181842d02a0e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to