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

Change subject: Replace Package[portmap] with Package[rpcbind]
......................................................................

Replace Package[portmap] with Package[rpcbind]

The portmap package is a pure virtual package that is actually provided
by the rpcbind package.

Bug: T184497
Change-Id: Iec888b634627b9c17323016c4e7e4692251687da
---
M puppet/modules/mwv/manifests/packages.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/03/404403/1

diff --git a/puppet/modules/mwv/manifests/packages.pp 
b/puppet/modules/mwv/manifests/packages.pp
index f0b2eee..1bb6c4a 100644
--- a/puppet/modules/mwv/manifests/packages.pp
+++ b/puppet/modules/mwv/manifests/packages.pp
@@ -24,7 +24,7 @@
     # mess with the default apt cache location.
     require_package(
         'nfs-common',
-        'portmap',
+        'rpcbind',
     )
 
     # Cron resources need a cron provider installed

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec888b634627b9c17323016c4e7e4692251687da
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>

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

Reply via email to