Muehlenhoff has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/345183 )
Change subject: Uninstall eject on jessie onwards
......................................................................
Uninstall eject on jessie onwards
Change-Id: Id97c0870f7ab1b693bc18a694092450324ed5ad6
---
M modules/base/manifests/standard_packages.pp
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/83/345183/1
diff --git a/modules/base/manifests/standard_packages.pp
b/modules/base/manifests/standard_packages.pp
index d2bafb8..1158c24 100644
--- a/modules/base/manifests/standard_packages.pp
+++ b/modules/base/manifests/standard_packages.pp
@@ -63,6 +63,13 @@
package { 'ntfs-3g': ensure => absent }
}
+ # On Ubuntu, eject is installed via the ubuntu-minimal package
+ # Uninstall in on Debian since it ships a setuid helper and we don't
+ # have servers with installed optical drives
+ if os_version('debian >= jessie') {
+ package { 'eject': ensure => absent }
+ }
+
# real-hardware specific
# As of September 2015, mcelog still does not support newer AMD processors.
# See <http://www.mcelog.org/faq.html#18>.
--
To view, visit https://gerrit.wikimedia.org/r/345183
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id97c0870f7ab1b693bc18a694092450324ed5ad6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits