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

Change subject: labstore: Explicitly declare package dependencies for 
nfs-common and rpcbind
......................................................................

labstore: Explicitly declare package dependencies for nfs-common and rpcbind

Right now rpcbind and nfs-common are always installed during the initial
d-i base installation. We want to change that to reduce footprint and
only install in the roles where it's actually needed.

Bug: T106477
Change-Id: I8f30f5b8adbbc7ab5d9ae9d53420a796628a87b9
---
M modules/labstore/manifests/init.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/97/352097/1

diff --git a/modules/labstore/manifests/init.pp 
b/modules/labstore/manifests/init.pp
index eeec2aa..520cb0e 100644
--- a/modules/labstore/manifests/init.pp
+++ b/modules/labstore/manifests/init.pp
@@ -10,6 +10,8 @@
     require_package('nfs-kernel-server')
     require_package('lvm2')
     require_package('nfsd-ldap')
+    require_package('nfs-common')
+    require_package('rpcbind')
 
     # Nethogs is useful to monitor NFS client resource utilization
     # The version in jessie has a bug that shows up in linux kernel 4.2+,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f30f5b8adbbc7ab5d9ae9d53420a796628a87b9
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