From 040857a738492514bc7b65f18ad89922a1ccb16e 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 --- Puppetfile_extras | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Puppetfile_extras b/Puppetfile_extras index 2bc098142..2f048d7d1 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -62,9 +62,10 @@ mod 'ssh', :git => 'https://github.com/saz/puppet-ssh', :ref => 'v3.0.1' +# NOTE(aschultz): Pine due to LP#1800944 mod 'snmp', - :git => 'https://github.com/razorsedge/puppet-snmp', - :ref => 'master' + :git => 'https://github.com/voxpupuli/puppet-snmp', + :ref => '4345049a23cd11e68ac51be13a3a1493a3454370' mod 'sensu', :git => 'https://github.com/sensu/sensu-puppet',