KartikMistry has uploaded a new change for review.

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

Change subject: Beta: Drop log_dir for Apertium
......................................................................

Beta: Drop log_dir for Apertium

Drop $log_dir as it is not needed. Also fixed reference to old Bugzilla.

Change-Id: I2d3b857cdaa8de86dc93dbe438d4c2fc798ef30a
---
M manifests/role/apertium.pp
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/99/180199/1

diff --git a/manifests/role/apertium.pp b/manifests/role/apertium.pp
index d189d21..823ab03 100644
--- a/manifests/role/apertium.pp
+++ b/manifests/role/apertium.pp
@@ -20,11 +20,10 @@
         'ALL = (root)  NOPASSWD:/usr/sbin/service apertium-apy restart',
     ] }
 
-    # Define Apertium log directory and port
-    $log_dir = '/var/log/apertium'
+    # Define Apertium port
     $apertium_port = '2737'
 
-    # We have to explicitly open the apertium port (bug 45868)
+    # We have to explicitly open the apertium port (bug T47868)
     ferm::service { 'apertium_http':
         proto => 'tcp',
         port  => $apertium_port,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d3b857cdaa8de86dc93dbe438d4c2fc798ef30a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: KartikMistry <[email protected]>

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

Reply via email to