BBlack has uploaded a new change for review.

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

Change subject: Add path param for txqueuelen check
......................................................................

Add path param for txqueuelen check

(I hate you, puppet)

Change-Id: Ic24c8f22565a0aa63b89b4d377e8f1c8c5e9fc37
---
M modules/interface/manifests/txqueuelen.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/136761/1

diff --git a/modules/interface/manifests/txqueuelen.pp 
b/modules/interface/manifests/txqueuelen.pp
index 4893533..a37dfaf 100644
--- a/modules/interface/manifests/txqueuelen.pp
+++ b/modules/interface/manifests/txqueuelen.pp
@@ -19,6 +19,7 @@
 
     # And make sure it's always active
     exec { "txqueuelen-$interface":
+        path    => '/usr/bin:/usr/sbin:/bin:/sbin',
         command => $setcmd,
         unless  => "test `cat $sysfs_txqlen` = $len",
     }

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

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

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

Reply via email to