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 040857a738)
This commit is contained in:
Alex Schultz 2018-10-31 16:30:08 -06:00
parent daa67198c7
commit b6ed72c67f
1 changed files with 4 additions and 2 deletions

View File

@ -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 pkg 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',