Ottomata has submitted this change and it was merged.

Change subject: Fully quality ipython path
......................................................................


Fully quality ipython path

Change-Id: I86c14ac3b6d2dba7dfa6ddf72da7f5672f43cc88
---
M modules/eventlogging/manifests/notebook.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/eventlogging/manifests/notebook.pp 
b/modules/eventlogging/manifests/notebook.pp
index b8ad0ca..c28161a 100644
--- a/modules/eventlogging/manifests/notebook.pp
+++ b/modules/eventlogging/manifests/notebook.pp
@@ -64,7 +64,7 @@
        }
 
        exec { "Create IPython profile ${ipython_profile}":
-               command     => "ipython profile create ${ipython_profile} 
--ipython-dir=\"${ipython_dir}\"",
+               command     => "/usr/bin/ipython profile create 
${ipython_profile} --ipython-dir=\"${ipython_dir}\"",
                creates     => "${ipython_dir}/profile_${ipython_profile}",
                environment => "IPYTHONDIR=${ipython_dir}",
                user        => $ipython_user,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I86c14ac3b6d2dba7dfa6ddf72da7f5672f43cc88
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to