Faidon has submitted this change and it was merged.

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

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



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

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

Reply via email to