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

Change subject: statistics::package: add missing require_package
......................................................................

statistics::package: add missing require_package

Puppet on notebook hosts is failing because apt::pin
is required to wait for packages that are not listed
in the catalog.

Change-Id: If0d3510bb7c28398862b70c3cbbe1da926ab3e06
---
M modules/statistics/manifests/packages.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/370786/1

diff --git a/modules/statistics/manifests/packages.pp 
b/modules/statistics/manifests/packages.pp
index 6389454..d85b242 100644
--- a/modules/statistics/manifests/packages.pp
+++ b/modules/statistics/manifests/packages.pp
@@ -141,6 +141,8 @@
             'r-cran-rmysql',
             'r-recommended'    # CRAN-recommended packages (e.g. MASS, Matrix, 
boot)
         ]
+        require_package(r_packages)
+
         apt::pin { $r_packages:
             pin      => 'release a=jessie-backports',
             priority => '1001',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0d3510bb7c28398862b70c3cbbe1da926ab3e06
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>

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

Reply via email to