Ori.livneh has uploaded a new change for review.

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


Change subject: Fix typo in variable name ('ipython_dir' => 'ipythondir')
......................................................................

Fix typo in variable name ('ipython_dir' => 'ipythondir')

D'oh. Introduced in change I8bb114cba.

Change-Id: Ifbe9fd1b895055cf88bd28892ed9374453b45b66
---
M manifests/role/ipython_notebook.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/52/74552/1

diff --git a/manifests/role/ipython_notebook.pp 
b/manifests/role/ipython_notebook.pp
index b089273..a07e2b1 100644
--- a/manifests/role/ipython_notebook.pp
+++ b/manifests/role/ipython_notebook.pp
@@ -9,7 +9,7 @@
     }
 
     $ipythondir = '/srv/ipython'
-    $helperfile = "${ipython_dir}/helpers.py"
+    $helperfile = "${ipythondir}/helpers.py"
 
     class { 'ipython::notebook':
         ipythondir => $ipythondir,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbe9fd1b895055cf88bd28892ed9374453b45b66
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