Faidon Liambotis has submitted this change and it was merged.

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(-)

Approvals:
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I16cb5b53cbd23ec0180f72ccb83fb5b5217ba136
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to