Muehlenhoff has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/346162 )

Change subject: Set wireshark-common in debconf to avoid setuid prompt
......................................................................

Set wireshark-common in debconf to avoid setuid prompt

We don't want tshark be to setuid root and this annoying debconf
prompt is otherwise shown all the time unless using
DEBCONF_FROTNEND=noninteractive

Change-Id: I0866c48f30202e50dfbdf5d38a760e34521308d6
---
M modules/base/manifests/standard_packages.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/62/346162/1

diff --git a/modules/base/manifests/standard_packages.pp 
b/modules/base/manifests/standard_packages.pp
index 1158c24..db5379d 100644
--- a/modules/base/manifests/standard_packages.pp
+++ b/modules/base/manifests/standard_packages.pp
@@ -79,4 +79,9 @@
     # lint:endignore
         require_package('mcelog')
     }
+
+    # Pulled in via tshark above
+    debconf::set { 'wireshark-common/install-setuid':
+        value  => '0',
+    }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0866c48f30202e50dfbdf5d38a760e34521308d6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <mmuhlenh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to