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

Change subject: use 'require_package' for stats packages including python-yaml
......................................................................

use 'require_package' for stats packages including python-yaml

python-yaml is required by prometheus node_puppet_agent, and
ensure_packages doesn't apparently play nice with require_package.

Change-Id: I93d971fc91ddd481abe9fcf8a00183c3e66bae5d
---
M modules/statistics/manifests/packages.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/363382/1

diff --git a/modules/statistics/manifests/packages.pp 
b/modules/statistics/manifests/packages.pp
index 38683ea..2812823 100644
--- a/modules/statistics/manifests/packages.pp
+++ b/modules/statistics/manifests/packages.pp
@@ -6,7 +6,7 @@
     include ::geoip
     include ::imagemagick::install
 
-    ensure_packages([
+    require_package([
         'emacs',
         'mc',
         'zip',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I93d971fc91ddd481abe9fcf8a00183c3e66bae5d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to