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

Change subject: nfs: always provision NFS client
......................................................................

nfs: always provision NFS client

NFS client packages are needed to use NFS shares, and if they are not
already in the VM the auto-provisioning that Vagrant tries to do will
fail after our first Puppet run because of the things we do that mess
with the default apt cache location.

Bug: T184497
Change-Id: I975c920e7da200a40939a83f89eb3f297111a583
---
M puppet/modules/mwv/manifests/packages.pp
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/02/403102/1

diff --git a/puppet/modules/mwv/manifests/packages.pp 
b/puppet/modules/mwv/manifests/packages.pp
index b3a1c05..f0b2eee 100644
--- a/puppet/modules/mwv/manifests/packages.pp
+++ b/puppet/modules/mwv/manifests/packages.pp
@@ -18,6 +18,15 @@
         'tzdata',
     )
 
+    # T184497: NFS client packages are needed to use NFS shares, and if they
+    # are not already in the VM the auto-provisioning that Vagrant tries to do
+    # will fail after our first Puppet run because of the things we do that
+    # mess with the default apt cache location.
+    require_package(
+        'nfs-common',
+        'portmap',
+    )
+
     # Cron resources need a cron provider installed
     Package['anacron'] -> Cron <| |>
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I975c920e7da200a40939a83f89eb3f297111a583
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: stretch-migration
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