Ottomata has submitted this change and it was merged.

Change subject: Qualify path to IPython executable
......................................................................


Qualify path to IPython executable

Fixes the following error on vanadium: "err: Failed to apply catalog: 'ipython
profile create nbserver ' is not qualified and no path was specified. Please
qualify the command or specify a path."

Change-Id: I72bc3c4fe504bd2815a46991ab181bf43239c7d5
---
M modules/ipython/manifests/profile.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ipython/manifests/profile.pp 
b/modules/ipython/manifests/profile.pp
index 86636ac..e793b33 100644
--- a/modules/ipython/manifests/profile.pp
+++ b/modules/ipython/manifests/profile.pp
@@ -27,7 +27,7 @@
        }
 
        exec { "ipython profile ${title}":
-               command     => "ipython profile create ${title} ${options}",
+               command     => "/usr/bin/ipython profile create ${title} 
${options}",
                creates     => "${ipythondir}/profile_${title}",
                environment => "IPYTHONDIR=${ipythondir}",
                require     => Package['ipython'],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I72bc3c4fe504bd2815a46991ab181bf43239c7d5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to