Ori.livneh has uploaded a new change for review.

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


Change subject: Specify the correct path to helper script
......................................................................

Specify the correct path to helper script

When I moved IPython from /var/lib to /srv, I forgot about this path.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/30/62530/1

diff --git a/modules/eventlogging/manifests/analysis.pp 
b/modules/eventlogging/manifests/analysis.pp
index 1ee5633..84e8367 100644
--- a/modules/eventlogging/manifests/analysis.pp
+++ b/modules/eventlogging/manifests/analysis.pp
@@ -5,6 +5,6 @@
        }
 
        class { 'ipython::notebook':
-               exec_files => [ '/var/lib/ipython/helpers/helpers.py' ],
+               exec_files => [ '/srv/ipython/helpers/helpers.py' ],
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4dbb6651805095e8946a755f1ddcb9cd1257b3c1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to