From b43dc05ddd1591dcad06e3c3b29717c7537231a6 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 31 Oct 2018 16:30:08 -0600 Subject: [PATCH] Pin puppet-snmp They updated to structured facts but rspect-puppet-facts isn't providing them at this time. Pin to a previous version. Change-Id: I8798a5c40951867250f84b053fa3be744f6aef32 Closes-Bug: #1800944 (cherry picked from commit 040857a738492514bc7b65f18ad89922a1ccb16e) --- Puppetfile_extras | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Puppetfile_extras b/Puppetfile_extras index e054cb27f..2cc07e2bd 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -62,9 +62,11 @@ mod 'ssh', :git => 'https://github.com/saz/puppet-ssh', :ref => 'v3.0.1' +# NOTE(aschultz): Pine due to LP#1800944 +# Also note, this matches the rdo package pin mod 'snmp', - :git => 'https://github.com/razorsedge/puppet-snmp', - :ref => 'master' + :git => 'https://github.com/voxpupuli/puppet-snmp', + :ref => '5d73485b9d0c42f8131fc0c761406ac8f0c88152' mod 'sensu', :git => 'https://github.com/sensu/sensu-puppet',