Faidon Liambotis has uploaded a new change for review.

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

Change subject: ipython: remove $::operatingsystem fail() check
......................................................................

ipython: remove $::operatingsystem fail() check

Change-Id: I16cb5b53cbd23ec0180f72ccb83fb5b5217ba136
---
M modules/ipython/manifests/init.pp
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/83/183783/1

diff --git a/modules/ipython/manifests/init.pp 
b/modules/ipython/manifests/init.pp
index fb04e3a..29a57df 100644
--- a/modules/ipython/manifests/init.pp
+++ b/modules/ipython/manifests/init.pp
@@ -36,10 +36,6 @@
     $user       = 'ipython',
     $group      = 'ipython'
 ) {
-    if $::operatingsystem != 'Ubuntu' {
-        fail("Module ${module_name} is not supported on ${::operatingsystem}")
-    }
-
     package { 'ipython':
         ensure => latest,
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I16cb5b53cbd23ec0180f72ccb83fb5b5217ba136
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>

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

Reply via email to